COLOR #89655B

HEX: #89655B RGB: (137,101,91)

Color info

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

RGB color model

#89655B color RGB value is (137,101,91).

RGB: (137,101,91) (54%, 40%, 36%)

RGB channels and saturation

R 137 of 255 = 54%
G 101 of 255 = 40%
B 91 of 255 = 36%

137
101
91

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

Portions of RGB colors in percentages

R + G + B = 137 + 101 + 91 = 329 (100%)
R 137 of 329 ~ 41.64%
G 101 of 329 ~ 30.7%
B 91 of 329 ~ 27.66'%

%41.64
%30.7
%27.66

CMYK color model

#89655B color CMYK value is (0,26,34,46).

  • cyan value is 0.00%
  • magenta value is 26.28%
  • yellow value is 33.58%
  • key color value is 46.27%

CMYK: (0,26,34,46)
C0M26Y34K46 (0%, 26%, 34%, 46%)
(0.00 / 0.26 / 0.34 / 0.46)

CMYK percentages

%0
%26.28
%33.58
%46.27

Codes

Color #89655B in popluar color models

89 65 5B
RGB 137 101 91
HSL 13° 20.18% 44.71%
HSB/HSV 13° 33.58% 53.73%
CMYK 0.00% 26.28% 33.58%
46.27%

Color #89655B in popluar number systems.

HEX 89 65 5B
Decimal 137 101 91
Binary 10001001 1100101 1011011
Octal 211 145 133

Shades and tints

Shades of #89655B

#89655B
(137,101,91)
#7D5C53
(125,92,83)
#71534B
(113,83,75)
#654A43
(101,74,67)
#59413B
(89,65,59)
#4D3833
(77,56,51)
#412F2B
(65,47,43)
#352623
(53,38,35)
#291D1B
(41,29,27)
#1D1413
(29,20,19)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #89655B

#89655B
(137,101,91)
#937369
(147,115,105)
#9D8177
(157,129,119)
#A78F85
(167,143,133)
#B19D93
(177,157,147)
#BBABA1
(187,171,161)
#C5B9AF
(197,185,175)
#CFC7BD
(207,199,189)
#D9D5CB
(217,213,203)
#E3E3D9
(227,227,217)
#EDF1E7
(237,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89655B color. Also use rgb(137,101,91) instead hex code.

Text Font Color

.myTextColor { color: #89655B; }

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

This text font color is #89655B.

Background Color

.myBgColor { background-color: #89655B; }

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

This div background color is #89655B.

Border color

.myBorderColor { border: 1px solid #89655B; }

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

This div border color is #89655B.

Opacity

.myOpacity80 { color: #89655B; opacity: 0.8; }

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

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

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

This text has shadow with #89655B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89655B.

Preview

Color preview on black background

This text has color #89655B on black background.


Color preview on white background

This text has color #89655B on white background.


Black color preview on #89655B background

This text has black color on #89655B background.


White color preview on #89655B background

This text has white color on #89655B background.


Related colors

Complementary color

Complementary color for #hex is #769AA4.


I love getcolorcode.com

Triadic colors

1 #5B8965 and #655B89 with #89655B are triadic colors.

2 #5B6589 and #65895B with #89655B are triadic colors.