COLOR #9C855F

HEX: #9C855F RGB: (156,133,95)

Color info

#9C855F contains mainly red and green colors. Web safe color of #9C855F is #999966 (or #996).

RGB color model

#9C855F color RGB value is (156,133,95).

RGB: (156,133,95) (61%, 52%, 37%)

RGB channels and saturation

R 156 of 255 = 61%
G 133 of 255 = 52%
B 95 of 255 = 37%

156
133
95

R + G + B ~ 50%. #9C855F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 156 + 133 + 95 = 384 (100%)
R 156 of 384 ~ 40.63%
G 133 of 384 ~ 34.64%
B 95 of 384 ~ 24.74'%

%40.63
%34.64
%24.74

CMYK color model

#9C855F color CMYK value is (0,15,39,39).

  • cyan value is 0.00%
  • magenta value is 14.74%
  • yellow value is 39.10%
  • key color value is 38.82%
CMYK: (0,15,39,39) C0M15Y39K39 (0%,15%,39%,39%) (0.00/0.15/0.39/0.39) 

CMYK percentages

%0
%14.74
%39.1
%38.82

Codes

Color #9C855F in popluar color models

9C 85 5F
RGB 156 133 95
HSL 37° 24.30% 49.22%
HSB/HSV 37° 39.10% 61.18%
CMYK 0.00% 14.74% 39.10%
38.82%

Color #9C855F in popluar number systems.

HEX 9C 85 5F
Decimal 156 133 95
Binary 10011100 10000101 1011111
Octal 234 205 137

Shades and tints

Shades of #9C855F

#9C855F
(156,133,95)
#8E7957
(142,121,87)
#806D4F
(128,109,79)
#726147
(114,97,71)
#64553F
(100,85,63)
#564937
(86,73,55)
#483D2F
(72,61,47)
#3A3127
(58,49,39)
#2C251F
(44,37,31)
#1E1917
(30,25,23)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #9C855F

#9C855F
(156,133,95)
#A5906D
(165,144,109)
#AE9B7B
(174,155,123)
#B7A689
(183,166,137)
#C0B197
(192,177,151)
#C9BCA5
(201,188,165)
#D2C7B3
(210,199,179)
#DBD2C1
(219,210,193)
#E4DDCF
(228,221,207)
#EDE8DD
(237,232,221)
#F6F3EB
(246,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C855F color. Also use rgb(156,133,95) instead hex code.

Text Font Color

.myTextColor { color: #9C855F; }

<p style="color:#9C855F">This sample text font color is #9C855F.</p>

This text font color is #9C855F.

Background Color

.myBgColor { background-color: #9C855F; }

<div style="background-color:#9C855F">Inner text</div>

This div background color is #9C855F.

Border color

.myBorderColor { border: 1px solid #9C855F; }

<div style="border:3px solid #9C855F">Div</div>

This div border color is #9C855F.

Opacity

.myOpacity80 { color: #9C855F; opacity: 0.8; }

<p style="color:#9C855F;opacity:0.8;">80%</p>

Text with #9C855F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9C855F;}

<p style="text-shadow: 3px 3px 1px #9C855F">Text here.</p>

This text has shadow with #9C855F color.


.textShadow {text-shadow: 3px 3px 1px #9C855F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9C855F, 5px 5px 20px red">Text here.</p>

This text has shadow with #9C855F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9C855F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9C855F, Direction=45, Strength=4)">Text</p>

This text has shadow with #9C855F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9C855F;
-webkit-box-shadow: 1px 1px 3px 2px #9C855F;
box-shadow: 1px 1px 3px 2px #9C855F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9C855F; -webkit-box-shadow: 1px 1px 3px 2px #9C855F; box-shadow:1px 1px 3px 2px #9C855F;">
Div content here
</div>

This div box has shadow with color #9C855F.

Preview

Color preview on black background

This text has color #9C855F on black background.


Color preview on white background

This text has color #9C855F on white background.


Black color preview on #9C855F background

This text has black color on #9C855F background.


White color preview on #9C855F background

This text has white color on #9C855F background.


Related colors

Complementary color

Complementary color for #hex is #637AA0.


I love getcolorcode.com

Triadic colors

1 #5F9C85 and #855F9C with #9C855F are triadic colors.

2 #5F859C and #859C5F with #9C855F are triadic colors.