@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#956e4a hex color - Brown - Warm color - Information

#956e4a hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #956e4a Color code in RGB color code model is created after adding 58.43% red color, 43.14% green color and 29.02% blue color. Hex #956e4a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 26% magenta, 50% yellow and 41.57% black.

Hex #956e4a color code is between #996644 web safe hex color code and #887755 web safe hex color code. #996644 is the nearest web safe color code. You can see here many more shades of #956e4a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 956e4a #956e4a
RGB Decimal 149, 110, 74 rgb(149, 110, 74)
RGB Percent 58%, 43%, 29% rgb(58%, 43%, 29%)
CSS RGBa 149, 110, 74,1 rgba(149,110,74,1)
CMYK Model cmyk(0%,26%,50%,41.57%)
HSL Color Space 29,34% ,44% hsl(29,34% ,44%)
HSV Color Space 29°, 50%, 58%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10010101 01101110 01001010
Octal 225 156 112
Decimal 149 110 74
Hex 95 6e 4a

Different shades of #956e4a color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #956e4a
#b18761
Dark Shade of #956e4a
#735539
Saturated Shade of #956e4a
#a06e3f
Desaturated Shade of #956e4a
#8a6e55
Grey scale Shade of #956e4a
#6f6f6f
Brighten Shade
#ae8763
Most Readable Shade
#FFFFFF

Shades of #956e4a color code

Generate more color scales with scales (color stack) generator.

#956e4a
#846141
#735539
#634931
#523d29
#423020
#312418
#211810
#100c08
#000000

Similar Color like #956e4a color

Find visually similar hex color codes nearing to #956e4a hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#966f4b
#97704c
#98714d
#99724e
#9a734f
#9b7450
#9c7551
#9d7652
#9e7753
#9f7854
#a07955
#a17a56
#a27b57
#a37c58
#946d49
#936c48
#926b47
#916a46
#906945
#8f6844
#8e6743
#8d6642
#8c6541
#8b6440
#8a633f
#89623e
#88613d
#87603c

Monochromatic Color with #956e4a

#956e4a
#bf8d5f
#eaad74
#15100b
#402f20
#6a4f35

Tints of #956e4a Color

#956e4a
#a07e5e
#ac8e72
#b89e86
#c4ae9a
#cfbeae
#dbcec2
#e7ded6
#f3eeea
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#956e4a
#4a7195

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#956e4a
#4a9594
#4a4b95

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#95504a
#955f4a
#956e4a
#957d4a
#958c4a

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#956e4a
#4a956e
#6e4a95

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#956e4a
#4b954a
#4a7195
#934a95

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#956e4a
#4a7195
#4a4b95
#95944a

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #956e4a Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#956e4a Color Code Preview on Black Background Color

This is how #956e4a Color will look on black background color. Color contrast ratio is 4.61

#956e4a in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#956e4a">Your Example Paragraph content text in with font color #956e4a </p>

Your Example Paragraph content text in with font color #956e4a

HTML with inline CSS

<div style="color:#956e4a">Your Paragraph text in with font color #956e4a </div>

Your Example Paragraph content text in with font color #956e4a

#956e4a color code is use for CSS Background Color

Background color for the above div is #956e4a

HTML with inline CSS

<div style="background-color:#956e4a;"></div>

#956e4a color code is use for CSS Border Color

CSS Border color for the above div is #956e4a

HTML with inline CSS

<div style="border:5px solid #956e4a;"></div>

CSS Border Left color for the above div is #956e4a

HTML with inline CSS

<div style="border-left:5px solid #956e4a;"></div>

CSS Border Right color for the above div is #956e4a

HTML with inline CSS

<div style="border-right:5px solid #956e4a;"></div>

CSS Border Bottom color for the above div is #956e4a

HTML with inline CSS

<div style="border-bottom:5px solid #956e4a;"></div>

CSS Border Top color for the above div is #956e4a

HTML with inline CSS

<div style="border-top:5px solid #956e4a;"></div>

#956e4a hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#956e4a; } .examplecolorclass {color:#956e4a; } .examplebordercolor {border:3px solid #956e4a; }

#956e4a Color code Preview on White Background

This is how #956e4a Color code will look on white background color. Color contrast ratio is 4.56

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #956e4a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #956e4a; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(149,110,74,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(74,113,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(149,110,74,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.