COLOR #896B61

HEX: #896B61
RGB: (137,107,97)

Color info

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

RGB color model

#896B61 color RGB value is (137,107,97).

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

RGB channels and saturation

R 137 of 255 = 54%
G 107 of 255 = 42%
B 97 of 255 = 38%

137
107
97

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

Portions of RGB colors in percentages

R + G + B =
137 + 107 + 97 = 341 (100%)
R 137 of 341 ~ 40.18%
G 107 of 341 ~ 31.38%
B 97 of 341 ~ 28.45%

%40.18
%31.38
%28.45

CMYK color model

#896B61 color CMYK value is (0,22,29,46).

  • cyan value is 0.00%
  • magenta value is 21.90%
  • yellow value is 29.20%
  • key color value is 46.27%
CMYK:
(0,22,29,46)
C0M22Y29K46 
(0%,22%,29%,46%)
(0.00/0.22/0.29/0.46)	

CMYK percentages

%0
%21.9
%29.2
%46.27

Codes

Color #896B61 in popluar color models

896B61
RGB13710797
HSL15°17.09%45.88%
HSB/HSV15°29.20%53.73%
CMYK0.00%21.90%29.20%
46.27%

Color #896B61 in popluar number systems.

HEX896B61
Decimal13710797
Binary1000100111010111100001
Octal211153141

Shades and tints

Shades of #896B61

#896B61
(137,107,97)
#7D6259
(125,98,89)
#715951
(113,89,81)
#655049
(101,80,73)
#594741
(89,71,65)
#4D3E39
(77,62,57)
#413531
(65,53,49)
#352C29
(53,44,41)
#292321
(41,35,33)
#1D1A19
(29,26,25)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #896B61

#896B61
(137,107,97)
#93786F
(147,120,111)
#9D857D
(157,133,125)
#A7928B
(167,146,139)
#B19F99
(177,159,153)
#BBACA7
(187,172,167)
#C5B9B5
(197,185,181)
#CFC6C3
(207,198,195)
#D9D3D1
(217,211,209)
#E3E0DF
(227,224,223)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896B61; }

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

This text font color is #896B61.


Background Color

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

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

This div background color is #896B61.


Border color

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

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

This div border color is #896B61.


Opacity

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

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

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

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

This text has shadow with #896B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896B61 on black background.


Color preview on white background

This text has color #896B61 on white background.



Black color preview on #896B61 background

This text has black color on #896B61 background.


White color preview on #896B61 background

This text has white color on #896B61 background.