COLOR #896659

HEX: #896659
RGB: (137,102,89)

Color info

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

RGB color model

#896659 color RGB value is (137,102,89).

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

RGB channels and saturation

R 137 of 255 = 54%
G 102 of 255 = 40%
B 89 of 255 = 35%

137
102
89

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

Portions of RGB colors in percentages

R + G + B =
137 + 102 + 89 = 328 (100%)
R 137 of 328 ~ 41.77%
G 102 of 328 ~ 31.1%
B 89 of 328 ~ 27.13%

%41.77
%31.1
%27.13

CMYK color model

#896659 color CMYK value is (0,26,35,46).

  • cyan value is 0.00%
  • magenta value is 25.55%
  • yellow value is 35.04%
  • key color value is 46.27%
CMYK: (0,26,35,46) C0M26Y35K46 (0%,26%,35%,46%) (0.00/0.26/0.35/0.46)

CMYK percentages

%0
%25.55
%35.04
%46.27

Codes

Color #896659 in popluar color models

896659
RGB13710289
HSL16°21.24%44.31%
HSB/HSV16°35.04%53.73%
CMYK0.00%25.55%35.04%
46.27%

Color #896659 in popluar number systems.

HEX896659
Decimal13710289
Binary1000100111001101011001
Octal211146131

Shades and tints

Shades of #896659

#896659
(137,102,89)
#7D5D51
(125,93,81)
#715449
(113,84,73)
#654B41
(101,75,65)
#594239
(89,66,57)
#4D3931
(77,57,49)
#413029
(65,48,41)
#352721
(53,39,33)
#291E19
(41,30,25)
#1D1511
(29,21,17)
#110C09
(17,12,9)
#000000
(0,0,0)

Tints of #896659

#896659
(137,102,89)
#937368
(147,115,104)
#9D8077
(157,128,119)
#A78D86
(167,141,134)
#B19A95
(177,154,149)
#BBA7A4
(187,167,164)
#C5B4B3
(197,180,179)
#CFC1C2
(207,193,194)
#D9CED1
(217,206,209)
#E3DBE0
(227,219,224)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896659; }

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

This text font color is #896659.


Background Color

.myBgColor { background-color: #896659; }

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

This div background color is #896659.


Border color

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

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

This div border color is #896659.


Opacity

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

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

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

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

This text has shadow with #896659 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #896659 on black background.


Color preview on white background

This text has color #896659 on white background.



Black color preview on #896659 background

This text has black color on #896659 background.


White color preview on #896659 background

This text has white color on #896659 background.