COLOR #896B6D

HEX: #896B6D RGB: (137,107,109)

Color info

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

RGB color model

#896B6D color RGB value is (137,107,109).

RGB: (137,107,109) (54%, 42%, 43%)

RGB channels and saturation

R 137 of 255 = 54%
G 107 of 255 = 42%
B 109 of 255 = 43%

137
107
109

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

Portions of RGB colors in percentages

R + G + B = 137 + 107 + 109 = 353 (100%)
R 137 of 353 ~ 38.81%
G 107 of 353 ~ 30.31%
B 109 of 353 ~ 30.88'%

%38.81
%30.31
%30.88

CMYK color model

#896B6D color CMYK value is (0,22,20,46).

  • cyan value is 0.00%
  • magenta value is 21.90%
  • yellow value is 20.44%
  • key color value is 46.27%
CMYK: (0,22,20,46) C0M22Y20K46 (0%,22%,20%,46%) (0.00/0.22/0.20/0.46) 

CMYK percentages

%0
%21.9
%20.44
%46.27

Codes

Color #896B6D in popluar color models

89 6B 6D
RGB 137 107 109
HSL 356° 12.30% 47.84%
HSB/HSV 356° 21.90% 53.73%
CMYK 0.00% 21.90% 20.44%
46.27%

Color #896B6D in popluar number systems.

HEX 89 6B 6D
Decimal 137 107 109
Binary 10001001 1101011 1101101
Octal 211 153 155

Shades and tints

Shades of #896B6D

#896B6D
(137,107,109)
#7D6264
(125,98,100)
#71595B
(113,89,91)
#655052
(101,80,82)
#594749
(89,71,73)
#4D3E40
(77,62,64)
#413537
(65,53,55)
#352C2E
(53,44,46)
#292325
(41,35,37)
#1D1A1C
(29,26,28)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #896B6D

#896B6D
(137,107,109)
#93787A
(147,120,122)
#9D8587
(157,133,135)
#A79294
(167,146,148)
#B19FA1
(177,159,161)
#BBACAE
(187,172,174)
#C5B9BB
(197,185,187)
#CFC6C8
(207,198,200)
#D9D3D5
(217,211,213)
#E3E0E2
(227,224,226)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896B6D; }

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

This text font color is #896B6D.

Background Color

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

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

This div background color is #896B6D.

Border color

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

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

This div border color is #896B6D.

Opacity

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

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

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

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

This text has shadow with #896B6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #896B6D.

Preview

Color preview on black background

This text has color #896B6D on black background.


Color preview on white background

This text has color #896B6D on white background.


Black color preview on #896B6D background

This text has black color on #896B6D background.


White color preview on #896B6D background

This text has white color on #896B6D background.


Related colors

Complementary color

Complementary color for #hex is #769492.


I love getcolorcode.com

Triadic colors

1 #6D896B and #6B6D89 with #896B6D are triadic colors.

2 #6D6B89 and #6B896D with #896B6D are triadic colors.