COLOR #867E64

HEX: #867E64 RGB: (134,126,100)

Color info

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

RGB color model

#867E64 color RGB value is (134,126,100).

RGB: (134,126,100) (53%, 49%, 39%)

RGB channels and saturation

R 134 of 255 = 53%
G 126 of 255 = 49%
B 100 of 255 = 39%

134
126
100

R + G + B ~ 47%. #867E64 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 134 + 126 + 100 = 360 (100%)
R 134 of 360 ~ 37.22%
G 126 of 360 ~ 35%
B 100 of 360 ~ 27.78'%

%37.22
%35
%27.78

CMYK color model

#867E64 color CMYK value is (0,6,25,47).

  • cyan value is 0.00%
  • magenta value is 5.97%
  • yellow value is 25.37%
  • key color value is 47.45%
CMYK: (0,6,25,47) C0M6Y25K47 (0%,6%,25%,47%) (0.00/0.06/0.25/0.47) 

CMYK percentages

%0
%5.97
%25.37
%47.45

Codes

Color #867E64 in popluar color models

86 7E 64
RGB 134 126 100
HSL 46° 14.53% 45.88%
HSB/HSV 46° 25.37% 52.55%
CMYK 0.00% 5.97% 25.37%
47.45%

Color #867E64 in popluar number systems.

HEX 86 7E 64
Decimal 134 126 100
Binary 10000110 1111110 1100100
Octal 206 176 144

Shades and tints

Shades of #867E64

#867E64
(134,126,100)
#7A735B
(122,115,91)
#6E6852
(110,104,82)
#625D49
(98,93,73)
#565240
(86,82,64)
#4A4737
(74,71,55)
#3E3C2E
(62,60,46)
#323125
(50,49,37)
#26261C
(38,38,28)
#1A1B13
(26,27,19)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #867E64

#867E64
(134,126,100)
#918972
(145,137,114)
#9C9480
(156,148,128)
#A79F8E
(167,159,142)
#B2AA9C
(178,170,156)
#BDB5AA
(189,181,170)
#C8C0B8
(200,192,184)
#D3CBC6
(211,203,198)
#DED6D4
(222,214,212)
#E9E1E2
(233,225,226)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #867E64 color. Also use rgb(134,126,100) instead hex code.

Text Font Color

.myTextColor { color: #867E64; }

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

This text font color is #867E64.

Background Color

.myBgColor { background-color: #867E64; }

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

This div background color is #867E64.

Border color

.myBorderColor { border: 1px solid #867E64; }

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

This div border color is #867E64.

Opacity

.myOpacity80 { color: #867E64; opacity: 0.8; }

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

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

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

This text has shadow with #867E64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #867E64.

Preview

Color preview on black background

This text has color #867E64 on black background.


Color preview on white background

This text has color #867E64 on white background.


Black color preview on #867E64 background

This text has black color on #867E64 background.


White color preview on #867E64 background

This text has white color on #867E64 background.


Related colors

Complementary color

Complementary color for #hex is #79819B.


I love getcolorcode.com

Triadic colors

1 #64867E and #7E6486 with #867E64 are triadic colors.

2 #647E86 and #7E8664 with #867E64 are triadic colors.