COLOR #866966

HEX: #866966
RGB: (134,105,102)

Color info

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

RGB color model

#866966 color RGB value is (134,105,102).

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

RGB channels and saturation

R 134 of 255 = 53%
G 105 of 255 = 41%
B 102 of 255 = 40%

134
105
102

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

Portions of RGB colors in percentages

R + G + B =
134 + 105 + 102 = 341 (100%)
R 134 of 341 ~ 39.3%
G 105 of 341 ~ 30.79%
B 102 of 341 ~ 29.91%

%39.3
%30.79
%29.91

CMYK color model

#866966 color CMYK value is (0,22,24,47).

  • cyan value is 0.00%
  • magenta value is 21.64%
  • yellow value is 23.88%
  • key color value is 47.45%
CMYK:
(0,22,24,47)
C0M22Y24K47 
(0%,22%,24%,47%)
(0.00/0.22/0.24/0.47)	

CMYK percentages

%0
%21.64
%23.88
%47.45

Codes

Color #866966 in popluar color models

866966
RGB134105102
HSL13.56%46.27%
HSB/HSV23.88%52.55%
CMYK0.00%21.64%23.88%
47.45%

Color #866966 in popluar number systems.

HEX866966
Decimal134105102
Binary1000011011010011100110
Octal206151146

Shades and tints

Shades of #866966

#866966
(134,105,102)
#7A605D
(122,96,93)
#6E5754
(110,87,84)
#624E4B
(98,78,75)
#564542
(86,69,66)
#4A3C39
(74,60,57)
#3E3330
(62,51,48)
#322A27
(50,42,39)
#26211E
(38,33,30)
#1A1815
(26,24,21)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #866966

#866966
(134,105,102)
#917673
(145,118,115)
#9C8380
(156,131,128)
#A7908D
(167,144,141)
#B29D9A
(178,157,154)
#BDAAA7
(189,170,167)
#C8B7B4
(200,183,180)
#D3C4C1
(211,196,193)
#DED1CE
(222,209,206)
#E9DEDB
(233,222,219)
#F4EBE8
(244,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866966; }

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

This text font color is #866966.


Background Color

.myBgColor { background-color: #866966; }

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

This div background color is #866966.


Border color

.myBorderColor { border: 1px solid #866966; }

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

This div border color is #866966.


Opacity

.myOpacity80 { color: #866966; opacity: 0.8; }

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

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

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

This text has shadow with #866966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866966 on black background.


Color preview on white background

This text has color #866966 on white background.



Black color preview on #866966 background

This text has black color on #866966 background.


White color preview on #866966 background

This text has white color on #866966 background.