COLOR #896D6F

HEX: #896D6F RGB: (137,109,111)

Color info

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

RGB color model

#896D6F color RGB value is (137,109,111).

RGB: (137,109,111) (54%, 43%, 44%)

RGB channels and saturation

R 137 of 255 = 54%
G 109 of 255 = 43%
B 111 of 255 = 44%

137
109
111

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

Portions of RGB colors in percentages

R + G + B = 137 + 109 + 111 = 357 (100%)
R 137 of 357 ~ 38.38%
G 109 of 357 ~ 30.53%
B 111 of 357 ~ 31.09'%

%38.38
%30.53
%31.09

CMYK color model

#896D6F color CMYK value is (0,20,19,46).

  • cyan value is 0.00%
  • magenta value is 20.44%
  • yellow value is 18.98%
  • key color value is 46.27%
CMYK: (0,20,19,46) C0M20Y19K46 (0%,20%,19%,46%) (0.00/0.20/0.19/0.46) 

CMYK percentages

%0
%20.44
%18.98
%46.27

Codes

Color #896D6F in popluar color models

89 6D 6F
RGB 137 109 111
HSL 356° 11.38% 48.24%
HSB/HSV 356° 20.44% 53.73%
CMYK 0.00% 20.44% 18.98%
46.27%

Color #896D6F in popluar number systems.

HEX 89 6D 6F
Decimal 137 109 111
Binary 10001001 1101101 1101111
Octal 211 155 157

Shades and tints

Shades of #896D6F

#896D6F
(137,109,111)
#7D6465
(125,100,101)
#715B5B
(113,91,91)
#655251
(101,82,81)
#594947
(89,73,71)
#4D403D
(77,64,61)
#413733
(65,55,51)
#352E29
(53,46,41)
#29251F
(41,37,31)
#1D1C15
(29,28,21)
#11130B
(17,19,11)
#000000
(0,0,0)

Tints of #896D6F

#896D6F
(137,109,111)
#937A7C
(147,122,124)
#9D8789
(157,135,137)
#A79496
(167,148,150)
#B1A1A3
(177,161,163)
#BBAEB0
(187,174,176)
#C5BBBD
(197,187,189)
#CFC8CA
(207,200,202)
#D9D5D7
(217,213,215)
#E3E2E4
(227,226,228)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896D6F color. Also use rgb(137,109,111) instead hex code.

Text Font Color

.myTextColor { color: #896D6F; }

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

This text font color is #896D6F.

Background Color

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

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

This div background color is #896D6F.

Border color

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

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

This div border color is #896D6F.

Opacity

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

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

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

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

This text has shadow with #896D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #896D6F.

Preview

Color preview on black background

This text has color #896D6F on black background.


Color preview on white background

This text has color #896D6F on white background.


Black color preview on #896D6F background

This text has black color on #896D6F background.


White color preview on #896D6F background

This text has white color on #896D6F background.


Related colors

Complementary color

Complementary color for #hex is #769290.


I love getcolorcode.com

Triadic colors

1 #6F896D and #6D6F89 with #896D6F are triadic colors.

2 #6F6D89 and #6D896F with #896D6F are triadic colors.