COLOR #866D6E

HEX: #866D6E
RGB: (134,109,110)

Color info

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

RGB color model

#866D6E color RGB value is (134,109,110).

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

RGB channels and saturation

R 134 of 255 = 53%
G 109 of 255 = 43%
B 110 of 255 = 43%

134
109
110

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

Portions of RGB colors in percentages

R + G + B =
134 + 109 + 110 = 353 (100%)
R 134 of 353 ~ 37.96%
G 109 of 353 ~ 30.88%
B 110 of 353 ~ 31.16%

%37.96
%30.88
%31.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.66%
  • yellow value is 17.91%
  • key color value is 47.45%
CMYK:
(0,19,18,47)
C0M19Y18K47 
(0%,19%,18%,47%)
(0.00/0.19/0.18/0.47)	

CMYK percentages

%0
%18.66
%17.91
%47.45

Codes

Color #866D6E in popluar color models

866D6E
RGB134109110
HSL358°10.29%47.65%
HSB/HSV358°18.66%52.55%
CMYK0.00%18.66%17.91%
47.45%

Color #866D6E in popluar number systems.

HEX866D6E
Decimal134109110
Binary1000011011011011101110
Octal206155156

Shades and tints

Shades of #866D6E

#866D6E
(134,109,110)
#7A6464
(122,100,100)
#6E5B5A
(110,91,90)
#625250
(98,82,80)
#564946
(86,73,70)
#4A403C
(74,64,60)
#3E3732
(62,55,50)
#322E28
(50,46,40)
#26251E
(38,37,30)
#1A1C14
(26,28,20)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #866D6E

#866D6E
(134,109,110)
#917A7B
(145,122,123)
#9C8788
(156,135,136)
#A79495
(167,148,149)
#B2A1A2
(178,161,162)
#BDAEAF
(189,174,175)
#C8BBBC
(200,187,188)
#D3C8C9
(211,200,201)
#DED5D6
(222,213,214)
#E9E2E3
(233,226,227)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866D6E; }

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

This text font color is #866D6E.


Background Color

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

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

This div background color is #866D6E.


Border color

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

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

This div border color is #866D6E.


Opacity

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

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

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

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

This text has shadow with #866D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866D6E on black background.


Color preview on white background

This text has color #866D6E on white background.



Black color preview on #866D6E background

This text has black color on #866D6E background.


White color preview on #866D6E background

This text has white color on #866D6E background.