COLOR #866A60

HEX: #866A60
RGB: (134,106,96)

Color info

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

RGB color model

#866A60 color RGB value is (134,106,96).

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

RGB channels and saturation

R 134 of 255 = 53%
G 106 of 255 = 42%
B 96 of 255 = 38%

134
106
96

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

Portions of RGB colors in percentages

R + G + B =
134 + 106 + 96 = 336 (100%)
R 134 of 336 ~ 39.88%
G 106 of 336 ~ 31.55%
B 96 of 336 ~ 28.57%

%39.88
%31.55
%28.57

CMYK color model

#866A60 color CMYK value is (0,21,28,47).

  • cyan value is 0.00%
  • magenta value is 20.90%
  • yellow value is 28.36%
  • key color value is 47.45%
CMYK:
(0,21,28,47)
C0M21Y28K47 
(0%,21%,28%,47%)
(0.00/0.21/0.28/0.47)	

CMYK percentages

%0
%20.9
%28.36
%47.45

Codes

Color #866A60 in popluar color models

866A60
RGB13410696
HSL16°16.52%45.10%
HSB/HSV16°28.36%52.55%
CMYK0.00%20.90%28.36%
47.45%

Color #866A60 in popluar number systems.

HEX866A60
Decimal13410696
Binary1000011011010101100000
Octal206152140

Shades and tints

Shades of #866A60

#866A60
(134,106,96)
#7A6158
(122,97,88)
#6E5850
(110,88,80)
#624F48
(98,79,72)
#564640
(86,70,64)
#4A3D38
(74,61,56)
#3E3430
(62,52,48)
#322B28
(50,43,40)
#262220
(38,34,32)
#1A1918
(26,25,24)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #866A60

#866A60
(134,106,96)
#91776E
(145,119,110)
#9C847C
(156,132,124)
#A7918A
(167,145,138)
#B29E98
(178,158,152)
#BDABA6
(189,171,166)
#C8B8B4
(200,184,180)
#D3C5C2
(211,197,194)
#DED2D0
(222,210,208)
#E9DFDE
(233,223,222)
#F4ECEC
(244,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866A60; }

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

This text font color is #866A60.


Background Color

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

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

This div background color is #866A60.


Border color

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

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

This div border color is #866A60.


Opacity

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

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

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

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

This text has shadow with #866A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #866A60 on black background.


Color preview on white background

This text has color #866A60 on white background.



Black color preview on #866A60 background

This text has black color on #866A60 background.


White color preview on #866A60 background

This text has white color on #866A60 background.