COLOR #8C6D3E

HEX: #8C6D3E RGB: (140,109,62)

Color info

#8C6D3E contains mainly red and green colors. Web safe color of #8C6D3E is #996633 (or #963).

RGB color model

#8C6D3E color RGB value is (140,109,62).

RGB: (140,109,62) (55%, 43%, 24%)

RGB channels and saturation

R 140 of 255 = 55%
G 109 of 255 = 43%
B 62 of 255 = 24%

140
109
62

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

Portions of RGB colors in percentages

R + G + B = 140 + 109 + 62 = 311 (100%)
R 140 of 311 ~ 45.02%
G 109 of 311 ~ 35.05%
B 62 of 311 ~ 19.94'%

%45.02
%35.05
%19.94

CMYK color model

#8C6D3E color CMYK value is (0,22,56,45).

  • cyan value is 0.00%
  • magenta value is 22.14%
  • yellow value is 55.71%
  • key color value is 45.10%

CMYK: (0,22,56,45)
C0M22Y56K45 (0%, 22%, 56%, 45%)
(0.00 / 0.22 / 0.56 / 0.45)

CMYK percentages

%0
%22.14
%55.71
%45.1

Codes

Color #8C6D3E in popluar color models

8C 6D 3E
RGB 140 109 62
HSL 36° 38.61% 39.61%
HSB/HSV 36° 55.71% 54.90%
CMYK 0.00% 22.14% 55.71%
45.10%

Color #8C6D3E in popluar number systems.

HEX 8C 6D 3E
Decimal 140 109 62
Binary 10001100 1101101 111110
Octal 214 155 76

Shades and tints

Shades of #8C6D3E

#8C6D3E
(140,109,62)
#806439
(128,100,57)
#745B34
(116,91,52)
#68522F
(104,82,47)
#5C492A
(92,73,42)
#504025
(80,64,37)
#443720
(68,55,32)
#382E1B
(56,46,27)
#2C2516
(44,37,22)
#201C11
(32,28,17)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #8C6D3E

#8C6D3E
(140,109,62)
#967A4F
(150,122,79)
#A08760
(160,135,96)
#AA9471
(170,148,113)
#B4A182
(180,161,130)
#BEAE93
(190,174,147)
#C8BBA4
(200,187,164)
#D2C8B5
(210,200,181)
#DCD5C6
(220,213,198)
#E6E2D7
(230,226,215)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6D3E color. Also use rgb(140,109,62) instead hex code.

Text Font Color

.myTextColor { color: #8C6D3E; }

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

This text font color is #8C6D3E.

Background Color

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

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

This div background color is #8C6D3E.

Border color

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

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

This div border color is #8C6D3E.

Opacity

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

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

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

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

This text has shadow with #8C6D3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C6D3E.

Preview

Color preview on black background

This text has color #8C6D3E on black background.


Color preview on white background

This text has color #8C6D3E on white background.


Black color preview on #8C6D3E background

This text has black color on #8C6D3E background.


White color preview on #8C6D3E background

This text has white color on #8C6D3E background.


Related colors

Complementary color

Complementary color for #hex is #7392C1.


I love getcolorcode.com

Triadic colors

1 #3E8C6D and #6D3E8C with #8C6D3E are triadic colors.

2 #3E6D8C and #6D8C3E with #8C6D3E are triadic colors.