COLOR #866B6A

HEX: #866B6A
RGB: (134,107,106)

Color info

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

RGB color model

#866B6A color RGB value is (134,107,106).

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

RGB channels and saturation

R 134 of 255 = 53%
G 107 of 255 = 42%
B 106 of 255 = 42%

134
107
106

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

Portions of RGB colors in percentages

R + G + B =
134 + 107 + 106 = 347 (100%)
R 134 of 347 ~ 38.62%
G 107 of 347 ~ 30.84%
B 106 of 347 ~ 30.55%

%38.62
%30.84
%30.55

CMYK color model

#866B6A color CMYK value is (0,20,21,47).

  • cyan value is 0.00%
  • magenta value is 20.15%
  • yellow value is 20.90%
  • key color value is 47.45%
CMYK:
(0,20,21,47)
C0M20Y21K47 
(0%,20%,21%,47%)
(0.00/0.20/0.21/0.47)	

CMYK percentages

%0
%20.15
%20.9
%47.45

Codes

Color #866B6A in popluar color models

866B6A
RGB134107106
HSL11.67%47.06%
HSB/HSV20.90%52.55%
CMYK0.00%20.15%20.90%
47.45%

Color #866B6A in popluar number systems.

HEX866B6A
Decimal134107106
Binary1000011011010111101010
Octal206153152

Shades and tints

Shades of #866B6A

#866B6A
(134,107,106)
#7A6261
(122,98,97)
#6E5958
(110,89,88)
#62504F
(98,80,79)
#564746
(86,71,70)
#4A3E3D
(74,62,61)
#3E3534
(62,53,52)
#322C2B
(50,44,43)
#262322
(38,35,34)
#1A1A19
(26,26,25)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #866B6A

#866B6A
(134,107,106)
#917877
(145,120,119)
#9C8584
(156,133,132)
#A79291
(167,146,145)
#B29F9E
(178,159,158)
#BDACAB
(189,172,171)
#C8B9B8
(200,185,184)
#D3C6C5
(211,198,197)
#DED3D2
(222,211,210)
#E9E0DF
(233,224,223)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866B6A; }

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

This text font color is #866B6A.


Background Color

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

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

This div background color is #866B6A.


Border color

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

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

This div border color is #866B6A.


Opacity

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

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

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

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

This text has shadow with #866B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866B6A on black background.


Color preview on white background

This text has color #866B6A on white background.



Black color preview on #866B6A background

This text has black color on #866B6A background.


White color preview on #866B6A background

This text has white color on #866B6A background.