COLOR #896B63

HEX: #896B63
RGB: (137,107,99)

Color info

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

RGB color model

#896B63 color RGB value is (137,107,99).

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

RGB channels and saturation

R 137 of 255 = 54%
G 107 of 255 = 42%
B 99 of 255 = 39%

137
107
99

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

Portions of RGB colors in percentages

R + G + B =
137 + 107 + 99 = 343 (100%)
R 137 of 343 ~ 39.94%
G 107 of 343 ~ 31.2%
B 99 of 343 ~ 28.86%

%39.94
%31.2
%28.86

CMYK color model

#896B63 color CMYK value is (0,22,28,46).

  • cyan value is 0.00%
  • magenta value is 21.90%
  • yellow value is 27.74%
  • key color value is 46.27%
CMYK:
(0,22,28,46)
C0M22Y28K46 
(0%,22%,28%,46%)
(0.00/0.22/0.28/0.46)	

CMYK percentages

%0
%21.9
%27.74
%46.27

Codes

Color #896B63 in popluar color models

896B63
RGB13710799
HSL13°16.10%46.27%
HSB/HSV13°27.74%53.73%
CMYK0.00%21.90%27.74%
46.27%

Color #896B63 in popluar number systems.

HEX896B63
Decimal13710799
Binary1000100111010111100011
Octal211153143

Shades and tints

Shades of #896B63

#896B63
(137,107,99)
#7D625A
(125,98,90)
#715951
(113,89,81)
#655048
(101,80,72)
#59473F
(89,71,63)
#4D3E36
(77,62,54)
#41352D
(65,53,45)
#352C24
(53,44,36)
#29231B
(41,35,27)
#1D1A12
(29,26,18)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #896B63

#896B63
(137,107,99)
#937871
(147,120,113)
#9D857F
(157,133,127)
#A7928D
(167,146,141)
#B19F9B
(177,159,155)
#BBACA9
(187,172,169)
#C5B9B7
(197,185,183)
#CFC6C5
(207,198,197)
#D9D3D3
(217,211,211)
#E3E0E1
(227,224,225)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896B63; }

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

This text font color is #896B63.


Background Color

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

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

This div background color is #896B63.


Border color

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

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

This div border color is #896B63.


Opacity

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

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

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

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

This text has shadow with #896B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896B63 on black background.


Color preview on white background

This text has color #896B63 on white background.



Black color preview on #896B63 background

This text has black color on #896B63 background.


White color preview on #896B63 background

This text has white color on #896B63 background.