COLOR #8C6A5E

HEX: #8C6A5E RGB: (140,106,94)

Color info

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

RGB color model

#8C6A5E color RGB value is (140,106,94).

RGB: (140,106,94) (55%, 42%, 37%)

RGB channels and saturation

R 140 of 255 = 55%
G 106 of 255 = 42%
B 94 of 255 = 37%

140
106
94

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

Portions of RGB colors in percentages

R + G + B = 140 + 106 + 94 = 340 (100%)
R 140 of 340 ~ 41.18%
G 106 of 340 ~ 31.18%
B 94 of 340 ~ 27.65'%

%41.18
%31.18
%27.65

CMYK color model

#8C6A5E color CMYK value is (0,24,33,45).

  • cyan value is 0.00%
  • magenta value is 24.29%
  • yellow value is 32.86%
  • key color value is 45.10%

CMYK: (0,24,33,45)
C0M24Y33K45 (0%, 24%, 33%, 45%)
(0.00 / 0.24 / 0.33 / 0.45)

CMYK percentages

%0
%24.29
%32.86
%45.1

Codes

Color #8C6A5E in popluar color models

8C 6A 5E
RGB 140 106 94
HSL 16° 19.66% 45.88%
HSB/HSV 16° 32.86% 54.90%
CMYK 0.00% 24.29% 32.86%
45.10%

Color #8C6A5E in popluar number systems.

HEX 8C 6A 5E
Decimal 140 106 94
Binary 10001100 1101010 1011110
Octal 214 152 136

Shades and tints

Shades of #8C6A5E

#8C6A5E
(140,106,94)
#806156
(128,97,86)
#74584E
(116,88,78)
#684F46
(104,79,70)
#5C463E
(92,70,62)
#503D36
(80,61,54)
#44342E
(68,52,46)
#382B26
(56,43,38)
#2C221E
(44,34,30)
#201916
(32,25,22)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #8C6A5E

#8C6A5E
(140,106,94)
#96776C
(150,119,108)
#A0847A
(160,132,122)
#AA9188
(170,145,136)
#B49E96
(180,158,150)
#BEABA4
(190,171,164)
#C8B8B2
(200,184,178)
#D2C5C0
(210,197,192)
#DCD2CE
(220,210,206)
#E6DFDC
(230,223,220)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6A5E color. Also use rgb(140,106,94) instead hex code.

Text Font Color

.myTextColor { color: #8C6A5E; }

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

This text font color is #8C6A5E.

Background Color

.myBgColor { background-color: #8C6A5E; }

<div style="background-color:#8C6A5E">Inner text</div>

This div background color is #8C6A5E.

Border color

.myBorderColor { border: 1px solid #8C6A5E; }

<div style="border:3px solid #8C6A5E">Div</div>

This div border color is #8C6A5E.

Opacity

.myOpacity80 { color: #8C6A5E; opacity: 0.8; }

<p style="color:#8C6A5E;opacity:0.8;">80%</p>

Text with #8C6A5E 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 #8C6A5E;}

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

This text has shadow with #8C6A5E color.


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

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

This text has shadow with #8C6A5E primary color and red secondary color.


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

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

This text has shadow with #8C6A5E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8C6A5E.

Preview

Color preview on black background

This text has color #8C6A5E on black background.


Color preview on white background

This text has color #8C6A5E on white background.


Black color preview on #8C6A5E background

This text has black color on #8C6A5E background.


White color preview on #8C6A5E background

This text has white color on #8C6A5E background.


Related colors

Complementary color

Complementary color for #hex is #7395A1.


I love getcolorcode.com

Triadic colors

1 #5E8C6A and #6A5E8C with #8C6A5E are triadic colors.

2 #5E6A8C and #6A8C5E with #8C6A5E are triadic colors.