COLOR #896B60

HEX: #896B60 RGB: (137,107,96)

Color info

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

RGB color model

#896B60 color RGB value is (137,107,96).

RGB: (137,107,96) (54%, 42%, 38%)

RGB channels and saturation

R 137 of 255 = 54%
G 107 of 255 = 42%
B 96 of 255 = 38%

137
107
96

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

Portions of RGB colors in percentages

R + G + B = 137 + 107 + 96 = 340 (100%)
R 137 of 340 ~ 40.29%
G 107 of 340 ~ 31.47%
B 96 of 340 ~ 28.24'%

%40.29
%31.47
%28.24

CMYK color model

#896B60 color CMYK value is (0,22,30,46).

  • cyan value is 0.00%
  • magenta value is 21.90%
  • yellow value is 29.93%
  • key color value is 46.27%

CMYK: (0,22,30,46)
C0M22Y30K46 (0%, 22%, 30%, 46%)
(0.00 / 0.22 / 0.30 / 0.46)

CMYK percentages

%0
%21.9
%29.93
%46.27

Codes

Color #896B60 in popluar color models

89 6B 60
RGB 137 107 96
HSL 16° 17.60% 45.69%
HSB/HSV 16° 29.93% 53.73%
CMYK 0.00% 21.90% 29.93%
46.27%

Color #896B60 in popluar number systems.

HEX 89 6B 60
Decimal 137 107 96
Binary 10001001 1101011 1100000
Octal 211 153 140

Shades and tints

Shades of #896B60

#896B60
(137,107,96)
#7D6258
(125,98,88)
#715950
(113,89,80)
#655048
(101,80,72)
#594740
(89,71,64)
#4D3E38
(77,62,56)
#413530
(65,53,48)
#352C28
(53,44,40)
#292320
(41,35,32)
#1D1A18
(29,26,24)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #896B60

#896B60
(137,107,96)
#93786E
(147,120,110)
#9D857C
(157,133,124)
#A7928A
(167,146,138)
#B19F98
(177,159,152)
#BBACA6
(187,172,166)
#C5B9B4
(197,185,180)
#CFC6C2
(207,198,194)
#D9D3D0
(217,211,208)
#E3E0DE
(227,224,222)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896B60 color. Also use rgb(137,107,96) instead hex code.

Text Font Color

.myTextColor { color: #896B60; }

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

This text font color is #896B60.

Background Color

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

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

This div background color is #896B60.

Border color

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

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

This div border color is #896B60.

Opacity

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

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

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

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

This text has shadow with #896B60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #896B60.

Preview

Color preview on black background

This text has color #896B60 on black background.


Color preview on white background

This text has color #896B60 on white background.


Black color preview on #896B60 background

This text has black color on #896B60 background.


White color preview on #896B60 background

This text has white color on #896B60 background.


Related colors

Complementary color

Complementary color for #hex is #76949F.


I love getcolorcode.com

Triadic colors

1 #60896B and #6B6089 with #896B60 are triadic colors.

2 #606B89 and #6B8960 with #896B60 are triadic colors.