COLOR #8C6D55

HEX: #8C6D55
RGB: (140,109,85)

Color info

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

RGB color model

#8C6D55 color RGB value is (140,109,85).

  • red value is 140;
  • green value is 109;
  • blue value is 85.
RGB:
(140,109,85)
(55%,43%,33%)

RGB channels and saturation

R 140 of 255 = 55%
G 109 of 255 = 43%
B 85 of 255 = 33%

140
109
85

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

Portions of RGB colors in percentages

R + G + B =
140 + 109 + 85 = 334 (100%)
R 140 of 334 ~ 41.92%
G 109 of 334 ~ 32.63%
B 85 of 334 ~ 25.45%

%41.92
%32.63
%25.45

CMYK color model

#8C6D55 color CMYK value is (0,22,39,45).

  • cyan value is 0.00%
  • magenta value is 22.14%
  • yellow value is 39.29%
  • key color value is 45.10%
CMYK:
(0,22,39,45)
C0M22Y39K45 
(0%,22%,39%,45%)
(0.00/0.22/0.39/0.45)	

CMYK percentages

%0
%22.14
%39.29
%45.1

Codes

Color #8C6D55 in popluar color models

8C6D55
RGB14010985
HSL26°24.44%44.12%
HSB/HSV26°39.29%54.90%
CMYK0.00%22.14%39.29%
45.10%

Color #8C6D55 in popluar number systems.

HEX8C6D55
Decimal14010985
Binary1000110011011011010101
Octal214155125

Shades and tints

Shades of #8C6D55

#8C6D55
(140,109,85)
#80644E
(128,100,78)
#745B47
(116,91,71)
#685240
(104,82,64)
#5C4939
(92,73,57)
#504032
(80,64,50)
#44372B
(68,55,43)
#382E24
(56,46,36)
#2C251D
(44,37,29)
#201C16
(32,28,22)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #8C6D55

#8C6D55
(140,109,85)
#967A64
(150,122,100)
#A08773
(160,135,115)
#AA9482
(170,148,130)
#B4A191
(180,161,145)
#BEAEA0
(190,174,160)
#C8BBAF
(200,187,175)
#D2C8BE
(210,200,190)
#DCD5CD
(220,213,205)
#E6E2DC
(230,226,220)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6D55; }

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

This text font color is #8C6D55.


Background Color

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

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

This div background color is #8C6D55.


Border color

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

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

This div border color is #8C6D55.


Opacity

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

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

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

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

This text has shadow with #8C6D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6D55 on black background.


Color preview on white background

This text has color #8C6D55 on white background.



Black color preview on #8C6D55 background

This text has black color on #8C6D55 background.


White color preview on #8C6D55 background

This text has white color on #8C6D55 background.