COLOR #866E60

HEX: #866E60 RGB: (134,110,96)

Color info

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

RGB color model

#866E60 color RGB value is (134,110,96).

RGB: (134,110,96) (53%, 43%, 38%)

RGB channels and saturation

R 134 of 255 = 53%
G 110 of 255 = 43%
B 96 of 255 = 38%

134
110
96

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

Portions of RGB colors in percentages

R + G + B = 134 + 110 + 96 = 340 (100%)
R 134 of 340 ~ 39.41%
G 110 of 340 ~ 32.35%
B 96 of 340 ~ 28.24'%

%39.41
%32.35
%28.24

CMYK color model

#866E60 color CMYK value is (0,18,28,47).

  • cyan value is 0.00%
  • magenta value is 17.91%
  • yellow value is 28.36%
  • key color value is 47.45%

CMYK: (0,18,28,47)
C0M18Y28K47 (0%, 18%, 28%, 47%)
(0.00 / 0.18 / 0.28 / 0.47)

CMYK percentages

%0
%17.91
%28.36
%47.45

Codes

Color #866E60 in popluar color models

86 6E 60
RGB 134 110 96
HSL 22° 16.52% 45.10%
HSB/HSV 22° 28.36% 52.55%
CMYK 0.00% 17.91% 28.36%
47.45%

Color #866E60 in popluar number systems.

HEX 86 6E 60
Decimal 134 110 96
Binary 10000110 1101110 1100000
Octal 206 156 140

Shades and tints

Shades of #866E60

#866E60
(134,110,96)
#7A6458
(122,100,88)
#6E5A50
(110,90,80)
#625048
(98,80,72)
#564640
(86,70,64)
#4A3C38
(74,60,56)
#3E3230
(62,50,48)
#322828
(50,40,40)
#261E20
(38,30,32)
#1A1418
(26,20,24)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #866E60

#866E60
(134,110,96)
#917B6E
(145,123,110)
#9C887C
(156,136,124)
#A7958A
(167,149,138)
#B2A298
(178,162,152)
#BDAFA6
(189,175,166)
#C8BCB4
(200,188,180)
#D3C9C2
(211,201,194)
#DED6D0
(222,214,208)
#E9E3DE
(233,227,222)
#F4F0EC
(244,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866E60; }

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

This text font color is #866E60.

Background Color

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

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

This div background color is #866E60.

Border color

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

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

This div border color is #866E60.

Opacity

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

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

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

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

This text has shadow with #866E60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #866E60.

Preview

Color preview on black background

This text has color #866E60 on black background.


Color preview on white background

This text has color #866E60 on white background.


Black color preview on #866E60 background

This text has black color on #866E60 background.


White color preview on #866E60 background

This text has white color on #866E60 background.


Related colors

Complementary color

Complementary color for #hex is #79919F.


I love getcolorcode.com

Triadic colors

1 #60866E and #6E6086 with #866E60 are triadic colors.

2 #606E86 and #6E8660 with #866E60 are triadic colors.