COLOR #866D6B

HEX: #866D6B
RGB: (134,109,107)

Color info

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

RGB color model

#866D6B color RGB value is (134,109,107).

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

RGB channels and saturation

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

134
109
107

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

Portions of RGB colors in percentages

R + G + B =
134 + 109 + 107 = 350 (100%)
R 134 of 350 ~ 38.29%
G 109 of 350 ~ 31.14%
B 107 of 350 ~ 30.57%

%38.29
%31.14
%30.57

CMYK color model

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

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

Codes

Color #866D6B in popluar color models

866D6B
RGB134109107
HSL11.20%47.25%
HSB/HSV20.15%52.55%
CMYK0.00%18.66%20.15%
47.45%

Color #866D6B in popluar number systems.

HEX866D6B
Decimal134109107
Binary1000011011011011101011
Octal206155153

Shades and tints

Shades of #866D6B

#866D6B
(134,109,107)
#7A6462
(122,100,98)
#6E5B59
(110,91,89)
#625250
(98,82,80)
#564947
(86,73,71)
#4A403E
(74,64,62)
#3E3735
(62,55,53)
#322E2C
(50,46,44)
#262523
(38,37,35)
#1A1C1A
(26,28,26)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #866D6B

#866D6B
(134,109,107)
#917A78
(145,122,120)
#9C8785
(156,135,133)
#A79492
(167,148,146)
#B2A19F
(178,161,159)
#BDAEAC
(189,174,172)
#C8BBB9
(200,187,185)
#D3C8C6
(211,200,198)
#DED5D3
(222,213,211)
#E9E2E0
(233,226,224)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866D6B; }

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

This text font color is #866D6B.


Background Color

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

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

This div background color is #866D6B.


Border color

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

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

This div border color is #866D6B.


Opacity

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

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

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

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

This text has shadow with #866D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866D6B on black background.


Color preview on white background

This text has color #866D6B on white background.



Black color preview on #866D6B background

This text has black color on #866D6B background.


White color preview on #866D6B background

This text has white color on #866D6B background.