#8C6D64

Color #8C6D64 Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #8C6D64

Tints of Dark Chestnut #8C6D64

Color information

#8C6D64 (or 0x8C6D64) is unknown color: approx Dark Chestnut. HEX triplet: 8C, 6D and 64. RGB value is (140,109,100). Sum of RGB (Red+Green+Blue) = 140+109+100=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6D64 is #73929B. Grayscale: #757575. Windows color (decimal): -7574172 or 6581644. OLE color: 6581644.

HSL color Cylindrical-coordinate representation of color #8C6D64: hue angle of 13.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C6D64 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB140109100-
CMYK00.220.290.45
HSL13.5º16.67%47.06%-
HSV(B)13.5º28.57%54.9%-
XYZ18.5817.4314.44-
YUV117.24118.27144.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 40.11%
GREEN value IS 109 (42.97% from 255) = 31.23%
BLUE value IS 100 (39.45% from 255) = 28.65%
R=40.11%
G=31.23%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010910000.220.290.4513.516.6747.06
Hex8C6D640161D2Dd112f
Octal2141551440263555152157
Binary100011001101101110010001011011101101101110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C6D64; }

 p { color: rgb(140,109,100); }

 H1.HeaderClassName
 {
   color: #8C6D64;
 }
 .AnyTagClassName
 {
   color: #8C6D64;
 }
</style>
background-color css

<style>
 a { background-color: #8C6D64; }

 a { background-color: rgb(140,109,100); }

 div.DivClassName
 {
   background-color: #8C6D64;
 }
 .BgClassName
 {
   background-color: #8C6D64;
 }
</style>
border-color css

<style>
 span { border-color: #8C6D64; }

 span { border-color: rgb(140,109,100); }

 td.TdClassName
 {
   border-color: #8C6D64;
 }
 .TagClassName
 {
   border-color: #8C6D64;
 }
</style>