COLOR #866E65

HEX: #866E65 RGB: (134,110,101)

Color info

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

RGB color model

#866E65 color RGB value is (134,110,101).

RGB: (134,110,101) (53%, 43%, 40%)

RGB channels and saturation

R 134 of 255 = 53%
G 110 of 255 = 43%
B 101 of 255 = 40%

134
110
101

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

Portions of RGB colors in percentages

R + G + B = 134 + 110 + 101 = 345 (100%)
R 134 of 345 ~ 38.84%
G 110 of 345 ~ 31.88%
B 101 of 345 ~ 29.28'%

%38.84
%31.88
%29.28

CMYK color model

#866E65 color CMYK value is (0,18,25,47).

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

CMYK: (0,18,25,47)
C0M18Y25K47 (0%, 18%, 25%, 47%)
(0.00 / 0.18 / 0.25 / 0.47)

CMYK percentages

%0
%17.91
%24.63
%47.45

Codes

Color #866E65 in popluar color models

86 6E 65
RGB 134 110 101
HSL 16° 14.04% 46.08%
HSB/HSV 16° 24.63% 52.55%
CMYK 0.00% 17.91% 24.63%
47.45%

Color #866E65 in popluar number systems.

HEX 86 6E 65
Decimal 134 110 101
Binary 10000110 1101110 1100101
Octal 206 156 145

Shades and tints

Shades of #866E65

#866E65
(134,110,101)
#7A645C
(122,100,92)
#6E5A53
(110,90,83)
#62504A
(98,80,74)
#564641
(86,70,65)
#4A3C38
(74,60,56)
#3E322F
(62,50,47)
#322826
(50,40,38)
#261E1D
(38,30,29)
#1A1414
(26,20,20)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #866E65

#866E65
(134,110,101)
#917B73
(145,123,115)
#9C8881
(156,136,129)
#A7958F
(167,149,143)
#B2A29D
(178,162,157)
#BDAFAB
(189,175,171)
#C8BCB9
(200,188,185)
#D3C9C7
(211,201,199)
#DED6D5
(222,214,213)
#E9E3E3
(233,227,227)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #866E65; }

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

This text font color is #866E65.

Background Color

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

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

This div background color is #866E65.

Border color

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

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

This div border color is #866E65.

Opacity

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

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

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

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

This text has shadow with #866E65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #866E65.

Preview

Color preview on black background

This text has color #866E65 on black background.


Color preview on white background

This text has color #866E65 on white background.


Black color preview on #866E65 background

This text has black color on #866E65 background.


White color preview on #866E65 background

This text has white color on #866E65 background.


Related colors

Complementary color

Complementary color for #hex is #79919A.


I love getcolorcode.com

Triadic colors

1 #65866E and #6E6586 with #866E65 are triadic colors.

2 #656E86 and #6E8665 with #866E65 are triadic colors.