COLOR #866D6C

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

Color info

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

RGB color model

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

  • red value is 134;
  • green value is 109;
  • blue value is 108.
RGB:
(134,109,108)
(53%,43%,42%)

RGB channels and saturation

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

134
109
108

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

Portions of RGB colors in percentages

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

%38.18
%31.05
%30.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.66%
  • yellow value is 19.40%
  • 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
%18.66
%19.4
%47.45

Codes

Color #866D6C in popluar color models

866D6C
RGB134109108
HSL10.74%47.45%
HSB/HSV19.40%52.55%
CMYK0.00%18.66%19.40%
47.45%

Color #866D6C in popluar number systems.

HEX866D6C
Decimal134109108
Binary1000011011011011101100
Octal206155154

Shades and tints

Shades of #866D6C

#866D6C
(134,109,108)
#7A6463
(122,100,99)
#6E5B5A
(110,91,90)
#625251
(98,82,81)
#564948
(86,73,72)
#4A403F
(74,64,63)
#3E3736
(62,55,54)
#322E2D
(50,46,45)
#262524
(38,37,36)
#1A1C1B
(26,28,27)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #866D6C

#866D6C
(134,109,108)
#917A79
(145,122,121)
#9C8786
(156,135,134)
#A79493
(167,148,147)
#B2A1A0
(178,161,160)
#BDAEAD
(189,174,173)
#C8BBBA
(200,187,186)
#D3C8C7
(211,200,199)
#DED5D4
(222,213,212)
#E9E2E1
(233,226,225)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866D6C; }

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

This text font color is #866D6C.


Background Color

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

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

This div background color is #866D6C.


Border color

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

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

This div border color is #866D6C.


Opacity

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

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

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

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

This text has shadow with #866D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866D6C on black background.


Color preview on white background

This text has color #866D6C on white background.



Black color preview on #866D6C background

This text has black color on #866D6C background.


White color preview on #866D6C background

This text has white color on #866D6C background.