COLOR #896C66

HEX: #896C66
RGB: (137,108,102)

Color info

#896C66 contains red, green and blue colors in about the same proportion. Web safe color of #896C66 is #996666 (or #966).

RGB color model

#896C66 color RGB value is (137,108,102).

  • red value is 137;
  • green value is 108;
  • blue value is 102.
RGB:
(137,108,102)
(54%,42%,40%)

RGB channels and saturation

R 137 of 255 = 54%
G 108 of 255 = 42%
B 102 of 255 = 40%

137
108
102

R + G + B ~ 45%. #896C66 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 108 + 102 = 347 (100%)
R 137 of 347 ~ 39.48%
G 108 of 347 ~ 31.12%
B 102 of 347 ~ 29.39%

%39.48
%31.12
%29.39

CMYK color model

#896C66 color CMYK value is (0,21,26,46).

  • cyan value is 0.00%
  • magenta value is 21.17%
  • yellow value is 25.55%
  • key color value is 46.27%
CMYK:
(0,21,26,46)
C0M21Y26K46 
(0%,21%,26%,46%)
(0.00/0.21/0.26/0.46)	

CMYK percentages

%0
%21.17
%25.55
%46.27

Codes

Color #896C66 in popluar color models

896C66
RGB137108102
HSL10°14.64%46.86%
HSB/HSV10°25.55%53.73%
CMYK0.00%21.17%25.55%
46.27%

Color #896C66 in popluar number systems.

HEX896C66
Decimal137108102
Binary1000100111011001100110
Octal211154146

Shades and tints

Shades of #896C66

#896C66
(137,108,102)
#7D635D
(125,99,93)
#715A54
(113,90,84)
#65514B
(101,81,75)
#594842
(89,72,66)
#4D3F39
(77,63,57)
#413630
(65,54,48)
#352D27
(53,45,39)
#29241E
(41,36,30)
#1D1B15
(29,27,21)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #896C66

#896C66
(137,108,102)
#937973
(147,121,115)
#9D8680
(157,134,128)
#A7938D
(167,147,141)
#B1A09A
(177,160,154)
#BBADA7
(187,173,167)
#C5BAB4
(197,186,180)
#CFC7C1
(207,199,193)
#D9D4CE
(217,212,206)
#E3E1DB
(227,225,219)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896C66 color. Also use rgb(137,108,102) instead hex code.

Text Font Color

.myTextColor { color: #896C66; }

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

This text font color is #896C66.


Background Color

.myBgColor { background-color: #896C66; }

<div style="background-color:#896C66">Inner text</div>

This div background color is #896C66.


Border color

.myBorderColor { border: 1px solid #896C66; }

<div style="border:3px solid #896C66">Div</div>

This div border color is #896C66.


Opacity

.myOpacity80 { color: #896C66; opacity: 0.8; }

<p style="color:#896C66;opacity:0.8;">80%</p>

Text with #896C66 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 #896C66;}

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

This text has shadow with #896C66 color.

.textShadow {text-shadow: 3px 3px 1px #896C66, 3px 3px 1px red;}

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

This text has shadow with #896C66 primary color and red secondary color.


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

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

This text has shadow with #896C66 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896C66 on black background.


Color preview on white background

This text has color #896C66 on white background.



Black color preview on #896C66 background

This text has black color on #896C66 background.


White color preview on #896C66 background

This text has white color on #896C66 background.