COLOR #896F65

HEX: #896F65 RGB: (137,111,101)

Color info

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

RGB color model

#896F65 color RGB value is (137,111,101).

RGB: (137,111,101) (54%, 44%, 40%)

RGB channels and saturation

R 137 of 255 = 54%
G 111 of 255 = 44%
B 101 of 255 = 40%

137
111
101

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

Portions of RGB colors in percentages

R + G + B = 137 + 111 + 101 = 349 (100%)
R 137 of 349 ~ 39.26%
G 111 of 349 ~ 31.81%
B 101 of 349 ~ 28.94'%

%39.26
%31.81
%28.94

CMYK color model

#896F65 color CMYK value is (0,19,26,46).

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

CMYK: (0,19,26,46)
C0M19Y26K46 (0%, 19%, 26%, 46%)
(0.00 / 0.19 / 0.26 / 0.46)

CMYK percentages

%0
%18.98
%26.28
%46.27

Codes

Color #896F65 in popluar color models

89 6F 65
RGB 137 111 101
HSL 17° 15.13% 46.67%
HSB/HSV 17° 26.28% 53.73%
CMYK 0.00% 18.98% 26.28%
46.27%

Color #896F65 in popluar number systems.

HEX 89 6F 65
Decimal 137 111 101
Binary 10001001 1101111 1100101
Octal 211 157 145

Shades and tints

Shades of #896F65

#896F65
(137,111,101)
#7D655C
(125,101,92)
#715B53
(113,91,83)
#65514A
(101,81,74)
#594741
(89,71,65)
#4D3D38
(77,61,56)
#41332F
(65,51,47)
#352926
(53,41,38)
#291F1D
(41,31,29)
#1D1514
(29,21,20)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #896F65

#896F65
(137,111,101)
#937C73
(147,124,115)
#9D8981
(157,137,129)
#A7968F
(167,150,143)
#B1A39D
(177,163,157)
#BBB0AB
(187,176,171)
#C5BDB9
(197,189,185)
#CFCAC7
(207,202,199)
#D9D7D5
(217,215,213)
#E3E4E3
(227,228,227)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896F65; }

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

This text font color is #896F65.

Background Color

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

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

This div background color is #896F65.

Border color

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

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

This div border color is #896F65.

Opacity

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

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

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

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

This text has shadow with #896F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #896F65.

Preview

Color preview on black background

This text has color #896F65 on black background.


Color preview on white background

This text has color #896F65 on white background.


Black color preview on #896F65 background

This text has black color on #896F65 background.


White color preview on #896F65 background

This text has white color on #896F65 background.


Related colors

Complementary color

Complementary color for #hex is #76909A.


I love getcolorcode.com

Triadic colors

1 #65896F and #6F6589 with #896F65 are triadic colors.

2 #656F89 and #6F8965 with #896F65 are triadic colors.