COLOR #9C896A

HEX: #9C896A
RGB: (156,137,106)

Color info

#9C896A contains red, green and blue colors in about the same proportion. Web safe color of #9C896A is #999966 (or #996).

RGB color model

#9C896A color RGB value is (156,137,106).

  • red value is 156;
  • green value is 137;
  • blue value is 106.
RGB:
(156,137,106)
(61%,54%,42%)

RGB channels and saturation

R 156 of 255 = 61%
G 137 of 255 = 54%
B 106 of 255 = 42%

156
137
106

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

Portions of RGB colors in percentages

R + G + B =
156 + 137 + 106 = 399 (100%)
R 156 of 399 ~ 39.1%
G 137 of 399 ~ 34.34%
B 106 of 399 ~ 26.57%

%39.1
%34.34
%26.57

CMYK color model

#9C896A color CMYK value is (0,12,32,39).

  • cyan value is 0.00%
  • magenta value is 12.18%
  • yellow value is 32.05%
  • key color value is 38.82%
CMYK:
(0,12,32,39)
C0M12Y32K39 
(0%,12%,32%,39%)
(0.00/0.12/0.32/0.39)	

CMYK percentages

%0
%12.18
%32.05
%38.82

Codes

Color #9C896A in popluar color models

9C896A
RGB156137106
HSL37°20.16%51.37%
HSB/HSV37°32.05%61.18%
CMYK0.00%12.18%32.05%
38.82%

Color #9C896A in popluar number systems.

HEX9C896A
Decimal156137106
Binary10011100100010011101010
Octal234211152

Shades and tints

Shades of #9C896A

#9C896A
(156,137,106)
#8E7D61
(142,125,97)
#807158
(128,113,88)
#72654F
(114,101,79)
#645946
(100,89,70)
#564D3D
(86,77,61)
#484134
(72,65,52)
#3A352B
(58,53,43)
#2C2922
(44,41,34)
#1E1D19
(30,29,25)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #9C896A

#9C896A
(156,137,106)
#A59377
(165,147,119)
#AE9D84
(174,157,132)
#B7A791
(183,167,145)
#C0B19E
(192,177,158)
#C9BBAB
(201,187,171)
#D2C5B8
(210,197,184)
#DBCFC5
(219,207,197)
#E4D9D2
(228,217,210)
#EDE3DF
(237,227,223)
#F6EDEC
(246,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C896A color. Also use rgb(156,137,106) instead hex code.

Text Font Color

.myTextColor { color: #9C896A; }

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

This text font color is #9C896A.


Background Color

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

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

This div background color is #9C896A.


Border color

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

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

This div border color is #9C896A.


Opacity

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

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

Text with #9C896A 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 #9C896A;}

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

This text has shadow with #9C896A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C896A on black background.


Color preview on white background

This text has color #9C896A on white background.



Black color preview on #9C896A background

This text has black color on #9C896A background.


White color preview on #9C896A background

This text has white color on #9C896A background.