COLOR #866C5B

HEX: #866C5B RGB: (134,108,91)

Color info

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

RGB color model

#866C5B color RGB value is (134,108,91).

RGB: (134,108,91) (53%, 42%, 36%)

RGB channels and saturation

R 134 of 255 = 53%
G 108 of 255 = 42%
B 91 of 255 = 36%

134
108
91

R + G + B ~ 44%. #866C5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 134 + 108 + 91 = 333 (100%)
R 134 of 333 ~ 40.24%
G 108 of 333 ~ 32.43%
B 91 of 333 ~ 27.33'%

%40.24
%32.43
%27.33

CMYK color model

#866C5B color CMYK value is (0,19,32,47).

  • cyan value is 0.00%
  • magenta value is 19.40%
  • yellow value is 32.09%
  • key color value is 47.45%
CMYK: (0,19,32,47) C0M19Y32K47 (0%,19%,32%,47%) (0.00/0.19/0.32/0.47) 

CMYK percentages

%0
%19.4
%32.09
%47.45

Codes

Color #866C5B in popluar color models

86 6C 5B
RGB 134 108 91
HSL 24° 19.11% 44.12%
HSB/HSV 24° 32.09% 52.55%
CMYK 0.00% 19.40% 32.09%
47.45%

Color #866C5B in popluar number systems.

HEX 86 6C 5B
Decimal 134 108 91
Binary 10000110 1101100 1011011
Octal 206 154 133

Shades and tints

Shades of #866C5B

#866C5B
(134,108,91)
#7A6353
(122,99,83)
#6E5A4B
(110,90,75)
#625143
(98,81,67)
#56483B
(86,72,59)
#4A3F33
(74,63,51)
#3E362B
(62,54,43)
#322D23
(50,45,35)
#26241B
(38,36,27)
#1A1B13
(26,27,19)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #866C5B

#866C5B
(134,108,91)
#917969
(145,121,105)
#9C8677
(156,134,119)
#A79385
(167,147,133)
#B2A093
(178,160,147)
#BDADA1
(189,173,161)
#C8BAAF
(200,186,175)
#D3C7BD
(211,199,189)
#DED4CB
(222,212,203)
#E9E1D9
(233,225,217)
#F4EEE7
(244,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866C5B color. Also use rgb(134,108,91) instead hex code.

Text Font Color

.myTextColor { color: #866C5B; }

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

This text font color is #866C5B.

Background Color

.myBgColor { background-color: #866C5B; }

<div style="background-color:#866C5B">Inner text</div>

This div background color is #866C5B.

Border color

.myBorderColor { border: 1px solid #866C5B; }

<div style="border:3px solid #866C5B">Div</div>

This div border color is #866C5B.

Opacity

.myOpacity80 { color: #866C5B; opacity: 0.8; }

<p style="color:#866C5B;opacity:0.8;">80%</p>

Text with #866C5B 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 #866C5B;}

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

This text has shadow with #866C5B color.


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

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

This text has shadow with #866C5B primary color and red secondary color.


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

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

This text has shadow with #866C5B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #866C5B.

Preview

Color preview on black background

This text has color #866C5B on black background.


Color preview on white background

This text has color #866C5B on white background.


Black color preview on #866C5B background

This text has black color on #866C5B background.


White color preview on #866C5B background

This text has white color on #866C5B background.


Related colors

Complementary color

Complementary color for #hex is #7993A4.


I love getcolorcode.com

Triadic colors

1 #5B866C and #6C5B86 with #866C5B are triadic colors.

2 #5B6C86 and #6C865B with #866C5B are triadic colors.