COLOR #866D66

HEX: #866D66
RGB: (134,109,102)

Color info

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

RGB color model

#866D66 color RGB value is (134,109,102).

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

RGB channels and saturation

R 134 of 255 = 53%
G 109 of 255 = 43%
B 102 of 255 = 40%

134
109
102

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

Portions of RGB colors in percentages

R + G + B =
134 + 109 + 102 = 345 (100%)
R 134 of 345 ~ 38.84%
G 109 of 345 ~ 31.59%
B 102 of 345 ~ 29.57%

%38.84
%31.59
%29.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.66%
  • yellow value is 23.88%
  • key color value is 47.45%
CMYK:
(0,19,24,47)
C0M19Y24K47 
(0%,19%,24%,47%)
(0.00/0.19/0.24/0.47)	

CMYK percentages

%0
%18.66
%23.88
%47.45

Codes

Color #866D66 in popluar color models

866D66
RGB134109102
HSL13°13.56%46.27%
HSB/HSV13°23.88%52.55%
CMYK0.00%18.66%23.88%
47.45%

Color #866D66 in popluar number systems.

HEX866D66
Decimal134109102
Binary1000011011011011100110
Octal206155146

Shades and tints

Shades of #866D66

#866D66
(134,109,102)
#7A645D
(122,100,93)
#6E5B54
(110,91,84)
#62524B
(98,82,75)
#564942
(86,73,66)
#4A4039
(74,64,57)
#3E3730
(62,55,48)
#322E27
(50,46,39)
#26251E
(38,37,30)
#1A1C15
(26,28,21)
#0E130C
(14,19,12)
#000000
(0,0,0)

Tints of #866D66

#866D66
(134,109,102)
#917A73
(145,122,115)
#9C8780
(156,135,128)
#A7948D
(167,148,141)
#B2A19A
(178,161,154)
#BDAEA7
(189,174,167)
#C8BBB4
(200,187,180)
#D3C8C1
(211,200,193)
#DED5CE
(222,213,206)
#E9E2DB
(233,226,219)
#F4EFE8
(244,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866D66; }

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

This text font color is #866D66.


Background Color

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

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

This div background color is #866D66.


Border color

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

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

This div border color is #866D66.


Opacity

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

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

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

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

This text has shadow with #866D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866D66 on black background.


Color preview on white background

This text has color #866D66 on white background.



Black color preview on #866D66 background

This text has black color on #866D66 background.


White color preview on #866D66 background

This text has white color on #866D66 background.