COLOR #866E5A

HEX: #866E5A RGB: (134,110,90)

Color info

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

RGB color model

#866E5A color RGB value is (134,110,90).

RGB: (134,110,90) (53%, 43%, 35%)

RGB channels and saturation

R 134 of 255 = 53%
G 110 of 255 = 43%
B 90 of 255 = 35%

134
110
90

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

Portions of RGB colors in percentages

R + G + B = 134 + 110 + 90 = 334 (100%)
R 134 of 334 ~ 40.12%
G 110 of 334 ~ 32.93%
B 90 of 334 ~ 26.95'%

%40.12
%32.93
%26.95

CMYK color model

#866E5A color CMYK value is (0,18,33,47).

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

CMYK: (0,18,33,47)
C0M18Y33K47 (0%, 18%, 33%, 47%)
(0.00 / 0.18 / 0.33 / 0.47)

CMYK percentages

%0
%17.91
%32.84
%47.45

Codes

Color #866E5A in popluar color models

86 6E 5A
RGB 134 110 90
HSL 27° 19.64% 43.92%
HSB/HSV 27° 32.84% 52.55%
CMYK 0.00% 17.91% 32.84%
47.45%

Color #866E5A in popluar number systems.

HEX 86 6E 5A
Decimal 134 110 90
Binary 10000110 1101110 1011010
Octal 206 156 132

Shades and tints

Shades of #866E5A

#866E5A
(134,110,90)
#7A6452
(122,100,82)
#6E5A4A
(110,90,74)
#625042
(98,80,66)
#56463A
(86,70,58)
#4A3C32
(74,60,50)
#3E322A
(62,50,42)
#322822
(50,40,34)
#261E1A
(38,30,26)
#1A1412
(26,20,18)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #866E5A

#866E5A
(134,110,90)
#917B69
(145,123,105)
#9C8878
(156,136,120)
#A79587
(167,149,135)
#B2A296
(178,162,150)
#BDAFA5
(189,175,165)
#C8BCB4
(200,188,180)
#D3C9C3
(211,201,195)
#DED6D2
(222,214,210)
#E9E3E1
(233,227,225)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866E5A; }

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

This text font color is #866E5A.

Background Color

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

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

This div background color is #866E5A.

Border color

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

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

This div border color is #866E5A.

Opacity

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

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

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

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

This text has shadow with #866E5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #866E5A.

Preview

Color preview on black background

This text has color #866E5A on black background.


Color preview on white background

This text has color #866E5A on white background.


Black color preview on #866E5A background

This text has black color on #866E5A background.


White color preview on #866E5A background

This text has white color on #866E5A background.


Related colors

Complementary color

Complementary color for #hex is #7991A5.


I love getcolorcode.com

Triadic colors

1 #5A866E and #6E5A86 with #866E5A are triadic colors.

2 #5A6E86 and #6E865A with #866E5A are triadic colors.