COLOR #896866

HEX: #896866
RGB: (137,104,102)

Color info

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

RGB color model

#896866 color RGB value is (137,104,102).

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

RGB channels and saturation

R 137 of 255 = 54%
G 104 of 255 = 41%
B 102 of 255 = 40%

137
104
102

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

Portions of RGB colors in percentages

R + G + B =
137 + 104 + 102 = 343 (100%)
R 137 of 343 ~ 39.94%
G 104 of 343 ~ 30.32%
B 102 of 343 ~ 29.74%

%39.94
%30.32
%29.74

CMYK color model

#896866 color CMYK value is (0,24,26,46).

  • cyan value is 0.00%
  • magenta value is 24.09%
  • yellow value is 25.55%
  • key color value is 46.27%
CMYK:
(0,24,26,46)
C0M24Y26K46 
(0%,24%,26%,46%)
(0.00/0.24/0.26/0.46)	

CMYK percentages

%0
%24.09
%25.55
%46.27

Codes

Color #896866 in popluar color models

896866
RGB137104102
HSL14.64%46.86%
HSB/HSV25.55%53.73%
CMYK0.00%24.09%25.55%
46.27%

Color #896866 in popluar number systems.

HEX896866
Decimal137104102
Binary1000100111010001100110
Octal211150146

Shades and tints

Shades of #896866

#896866
(137,104,102)
#7D5F5D
(125,95,93)
#715654
(113,86,84)
#654D4B
(101,77,75)
#594442
(89,68,66)
#4D3B39
(77,59,57)
#413230
(65,50,48)
#352927
(53,41,39)
#29201E
(41,32,30)
#1D1715
(29,23,21)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #896866

#896866
(137,104,102)
#937573
(147,117,115)
#9D8280
(157,130,128)
#A78F8D
(167,143,141)
#B19C9A
(177,156,154)
#BBA9A7
(187,169,167)
#C5B6B4
(197,182,180)
#CFC3C1
(207,195,193)
#D9D0CE
(217,208,206)
#E3DDDB
(227,221,219)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896866; }

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

This text font color is #896866.


Background Color

.myBgColor { background-color: #896866; }

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

This div background color is #896866.


Border color

.myBorderColor { border: 1px solid #896866; }

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

This div border color is #896866.


Opacity

.myOpacity80 { color: #896866; opacity: 0.8; }

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

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

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

This text has shadow with #896866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896866 on black background.


Color preview on white background

This text has color #896866 on white background.



Black color preview on #896866 background

This text has black color on #896866 background.


White color preview on #896866 background

This text has white color on #896866 background.