COLOR #896E6A

HEX: #896E6A
RGB: (137,110,106)

Color info

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

RGB color model

#896E6A color RGB value is (137,110,106).

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

RGB channels and saturation

R 137 of 255 = 54%
G 110 of 255 = 43%
B 106 of 255 = 42%

137
110
106

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

Portions of RGB colors in percentages

R + G + B =
137 + 110 + 106 = 353 (100%)
R 137 of 353 ~ 38.81%
G 110 of 353 ~ 31.16%
B 106 of 353 ~ 30.03%

%38.81
%31.16
%30.03

CMYK color model

#896E6A color CMYK value is (0,20,23,46).

  • cyan value is 0.00%
  • magenta value is 19.71%
  • yellow value is 22.63%
  • key color value is 46.27%
CMYK:
(0,20,23,46)
C0M20Y23K46 
(0%,20%,23%,46%)
(0.00/0.20/0.23/0.46)	

CMYK percentages

%0
%19.71
%22.63
%46.27

Codes

Color #896E6A in popluar color models

896E6A
RGB137110106
HSL12.76%47.65%
HSB/HSV22.63%53.73%
CMYK0.00%19.71%22.63%
46.27%

Color #896E6A in popluar number systems.

HEX896E6A
Decimal137110106
Binary1000100111011101101010
Octal211156152

Shades and tints

Shades of #896E6A

#896E6A
(137,110,106)
#7D6461
(125,100,97)
#715A58
(113,90,88)
#65504F
(101,80,79)
#594646
(89,70,70)
#4D3C3D
(77,60,61)
#413234
(65,50,52)
#35282B
(53,40,43)
#291E22
(41,30,34)
#1D1419
(29,20,25)
#110A10
(17,10,16)
#000000
(0,0,0)

Tints of #896E6A

#896E6A
(137,110,106)
#937B77
(147,123,119)
#9D8884
(157,136,132)
#A79591
(167,149,145)
#B1A29E
(177,162,158)
#BBAFAB
(187,175,171)
#C5BCB8
(197,188,184)
#CFC9C5
(207,201,197)
#D9D6D2
(217,214,210)
#E3E3DF
(227,227,223)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896E6A color. Also use rgb(137,110,106) instead hex code.

Text Font Color

.myTextColor { color: #896E6A; }

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

This text font color is #896E6A.


Background Color

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

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

This div background color is #896E6A.


Border color

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

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

This div border color is #896E6A.


Opacity

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

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

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

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

This text has shadow with #896E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896E6A on black background.


Color preview on white background

This text has color #896E6A on white background.



Black color preview on #896E6A background

This text has black color on #896E6A background.


White color preview on #896E6A background

This text has white color on #896E6A background.