COLOR #866C6B

HEX: #866C6B RGB: (134,108,107)

Color info

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

RGB color model

#866C6B color RGB value is (134,108,107).

RGB: (134,108,107) (53%, 42%, 42%)

RGB channels and saturation

R 134 of 255 = 53%
G 108 of 255 = 42%
B 107 of 255 = 42%

134
108
107

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

Portions of RGB colors in percentages

R + G + B = 134 + 108 + 107 = 349 (100%)
R 134 of 349 ~ 38.4%
G 108 of 349 ~ 30.95%
B 107 of 349 ~ 30.66'%

%38.4
%30.95
%30.66

CMYK color model

#866C6B color CMYK value is (0,19,20,47).

  • cyan value is 0.00%
  • magenta value is 19.40%
  • yellow value is 20.15%
  • key color value is 47.45%

CMYK: (0,19,20,47)
C0M19Y20K47 (0%, 19%, 20%, 47%)
(0.00 / 0.19 / 0.20 / 0.47)

CMYK percentages

%0
%19.4
%20.15
%47.45

Codes

Color #866C6B in popluar color models

86 6C 6B
RGB 134 108 107
HSL 11.20% 47.25%
HSB/HSV 20.15% 52.55%
CMYK 0.00% 19.40% 20.15%
47.45%

Color #866C6B in popluar number systems.

HEX 86 6C 6B
Decimal 134 108 107
Binary 10000110 1101100 1101011
Octal 206 154 153

Shades and tints

Shades of #866C6B

#866C6B
(134,108,107)
#7A6362
(122,99,98)
#6E5A59
(110,90,89)
#625150
(98,81,80)
#564847
(86,72,71)
#4A3F3E
(74,63,62)
#3E3635
(62,54,53)
#322D2C
(50,45,44)
#262423
(38,36,35)
#1A1B1A
(26,27,26)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #866C6B

#866C6B
(134,108,107)
#917978
(145,121,120)
#9C8685
(156,134,133)
#A79392
(167,147,146)
#B2A09F
(178,160,159)
#BDADAC
(189,173,172)
#C8BAB9
(200,186,185)
#D3C7C6
(211,199,198)
#DED4D3
(222,212,211)
#E9E1E0
(233,225,224)
#F4EEED
(244,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866C6B; }

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

This text font color is #866C6B.

Background Color

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

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

This div background color is #866C6B.

Border color

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

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

This div border color is #866C6B.

Opacity

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

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

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

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

This text has shadow with #866C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #866C6B.

Preview

Color preview on black background

This text has color #866C6B on black background.


Color preview on white background

This text has color #866C6B on white background.


Black color preview on #866C6B background

This text has black color on #866C6B background.


White color preview on #866C6B background

This text has white color on #866C6B background.


Related colors

Complementary color

Complementary color for #hex is #799394.


I love getcolorcode.com

Triadic colors

1 #6B866C and #6C6B86 with #866C6B are triadic colors.

2 #6B6C86 and #6C866B with #866C6B are triadic colors.