COLOR #896B6A

HEX: #896B6A
RGB: (137,107,106)

Color info

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

RGB color model

#896B6A color RGB value is (137,107,106).

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

RGB channels and saturation

R 137 of 255 = 54%
G 107 of 255 = 42%
B 106 of 255 = 42%

137
107
106

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

Portions of RGB colors in percentages

R + G + B =
137 + 107 + 106 = 350 (100%)
R 137 of 350 ~ 39.14%
G 107 of 350 ~ 30.57%
B 106 of 350 ~ 30.29%

%39.14
%30.57
%30.29

CMYK color model

#896B6A color CMYK value is (0,22,23,46).

  • cyan value is 0.00%
  • magenta value is 21.90%
  • yellow value is 22.63%
  • key color value is 46.27%
CMYK:
(0,22,23,46)
C0M22Y23K46 
(0%,22%,23%,46%)
(0.00/0.22/0.23/0.46)	

CMYK percentages

%0
%21.9
%22.63
%46.27

Codes

Color #896B6A in popluar color models

896B6A
RGB137107106
HSL12.76%47.65%
HSB/HSV22.63%53.73%
CMYK0.00%21.90%22.63%
46.27%

Color #896B6A in popluar number systems.

HEX896B6A
Decimal137107106
Binary1000100111010111101010
Octal211153152

Shades and tints

Shades of #896B6A

#896B6A
(137,107,106)
#7D6261
(125,98,97)
#715958
(113,89,88)
#65504F
(101,80,79)
#594746
(89,71,70)
#4D3E3D
(77,62,61)
#413534
(65,53,52)
#352C2B
(53,44,43)
#292322
(41,35,34)
#1D1A19
(29,26,25)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #896B6A

#896B6A
(137,107,106)
#937877
(147,120,119)
#9D8584
(157,133,132)
#A79291
(167,146,145)
#B19F9E
(177,159,158)
#BBACAB
(187,172,171)
#C5B9B8
(197,185,184)
#CFC6C5
(207,198,197)
#D9D3D2
(217,211,210)
#E3E0DF
(227,224,223)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896B6A; }

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

This text font color is #896B6A.


Background Color

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

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

This div background color is #896B6A.


Border color

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

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

This div border color is #896B6A.


Opacity

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

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

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

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

This text has shadow with #896B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896B6A on black background.


Color preview on white background

This text has color #896B6A on white background.



Black color preview on #896B6A background

This text has black color on #896B6A background.


White color preview on #896B6A background

This text has white color on #896B6A background.