COLOR #896A55

HEX: #896A55 RGB: (137,106,85)

Color info

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

RGB color model

#896A55 color RGB value is (137,106,85).

RGB: (137,106,85) (54%, 42%, 33%)

RGB channels and saturation

R 137 of 255 = 54%
G 106 of 255 = 42%
B 85 of 255 = 33%

137
106
85

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

Portions of RGB colors in percentages

R + G + B = 137 + 106 + 85 = 328 (100%)
R 137 of 328 ~ 41.77%
G 106 of 328 ~ 32.32%
B 85 of 328 ~ 25.91'%

%41.77
%32.32
%25.91

CMYK color model

#896A55 color CMYK value is (0,23,38,46).

  • cyan value is 0.00%
  • magenta value is 22.63%
  • yellow value is 37.96%
  • key color value is 46.27%

CMYK: (0,23,38,46)
C0M23Y38K46 (0%, 23%, 38%, 46%)
(0.00 / 0.23 / 0.38 / 0.46)

CMYK percentages

%0
%22.63
%37.96
%46.27

Codes

Color #896A55 in popluar color models

89 6A 55
RGB 137 106 85
HSL 24° 23.42% 43.53%
HSB/HSV 24° 37.96% 53.73%
CMYK 0.00% 22.63% 37.96%
46.27%

Color #896A55 in popluar number systems.

HEX 89 6A 55
Decimal 137 106 85
Binary 10001001 1101010 1010101
Octal 211 152 125

Shades and tints

Shades of #896A55

#896A55
(137,106,85)
#7D614E
(125,97,78)
#715847
(113,88,71)
#654F40
(101,79,64)
#594639
(89,70,57)
#4D3D32
(77,61,50)
#41342B
(65,52,43)
#352B24
(53,43,36)
#29221D
(41,34,29)
#1D1916
(29,25,22)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #896A55

#896A55
(137,106,85)
#937764
(147,119,100)
#9D8473
(157,132,115)
#A79182
(167,145,130)
#B19E91
(177,158,145)
#BBABA0
(187,171,160)
#C5B8AF
(197,184,175)
#CFC5BE
(207,197,190)
#D9D2CD
(217,210,205)
#E3DFDC
(227,223,220)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896A55; }

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

This text font color is #896A55.

Background Color

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

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

This div background color is #896A55.

Border color

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

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

This div border color is #896A55.

Opacity

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

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

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

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

This text has shadow with #896A55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #896A55.

Preview

Color preview on black background

This text has color #896A55 on black background.


Color preview on white background

This text has color #896A55 on white background.


Black color preview on #896A55 background

This text has black color on #896A55 background.


White color preview on #896A55 background

This text has white color on #896A55 background.


Related colors

Complementary color

Complementary color for #hex is #7695AA.


I love getcolorcode.com

Triadic colors

1 #55896A and #6A5589 with #896A55 are triadic colors.

2 #556A89 and #6A8955 with #896A55 are triadic colors.