COLOR #866C6D

HEX: #866C6D RGB: (134,108,109)

Color info

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

RGB color model

#866C6D color RGB value is (134,108,109).

RGB: (134,108,109) (53%, 42%, 43%)

RGB channels and saturation

R 134 of 255 = 53%
G 108 of 255 = 42%
B 109 of 255 = 43%

134
108
109

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

Portions of RGB colors in percentages

R + G + B = 134 + 108 + 109 = 351 (100%)
R 134 of 351 ~ 38.18%
G 108 of 351 ~ 30.77%
B 109 of 351 ~ 31.05'%

%38.18
%30.77
%31.05

CMYK color model

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

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

CMYK: (0,19,19,47)
C0M19Y19K47 (0%, 19%, 19%, 47%)
(0.00 / 0.19 / 0.19 / 0.47)

CMYK percentages

%0
%19.4
%18.66
%47.45

Codes

Color #866C6D in popluar color models

86 6C 6D
RGB 134 108 109
HSL 358° 10.74% 47.45%
HSB/HSV 358° 19.40% 52.55%
CMYK 0.00% 19.40% 18.66%
47.45%

Color #866C6D in popluar number systems.

HEX 86 6C 6D
Decimal 134 108 109
Binary 10000110 1101100 1101101
Octal 206 154 155

Shades and tints

Shades of #866C6D

#866C6D
(134,108,109)
#7A6364
(122,99,100)
#6E5A5B
(110,90,91)
#625152
(98,81,82)
#564849
(86,72,73)
#4A3F40
(74,63,64)
#3E3637
(62,54,55)
#322D2E
(50,45,46)
#262425
(38,36,37)
#1A1B1C
(26,27,28)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #866C6D

#866C6D
(134,108,109)
#91797A
(145,121,122)
#9C8687
(156,134,135)
#A79394
(167,147,148)
#B2A0A1
(178,160,161)
#BDADAE
(189,173,174)
#C8BABB
(200,186,187)
#D3C7C8
(211,199,200)
#DED4D5
(222,212,213)
#E9E1E2
(233,225,226)
#F4EEEF
(244,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866C6D; }

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

This text font color is #866C6D.

Background Color

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

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

This div background color is #866C6D.

Border color

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

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

This div border color is #866C6D.

Opacity

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

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

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

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

This text has shadow with #866C6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #866C6D.

Preview

Color preview on black background

This text has color #866C6D on black background.


Color preview on white background

This text has color #866C6D on white background.


Black color preview on #866C6D background

This text has black color on #866C6D background.


White color preview on #866C6D background

This text has white color on #866C6D background.


Related colors

Complementary color

Complementary color for #hex is #799392.


I love getcolorcode.com

Triadic colors

1 #6D866C and #6C6D86 with #866C6D are triadic colors.

2 #6D6C86 and #6C866D with #866C6D are triadic colors.