#8C685F

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

Shades of Dark Chestnut #8C685F

Tints of Dark Chestnut #8C685F

Color information

#8C685F (or 0x8C685F) is unknown color: approx Dark Chestnut. HEX triplet: 8C, 68 and 5F. RGB value is (140,104,95). Sum of RGB (Red+Green+Blue) = 140+104+95=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 140 - color contains mainly: red. Hex color #8C685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C685F is #7397A0. Grayscale: #717171. Windows color (decimal): -7575457 or 6252684. OLE color: 6252684.

HSL color Cylindrical-coordinate representation of color #8C685F: hue angle of 12º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C685F is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB14010495-
CMYK00.260.320.45
HSL12º19.15%46.08%-
HSV(B)12º32.14%54.9%-
XYZ17.8316.313.03-
YUV113.74117.43146.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.30%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 95 (37.5% from 255) = 28.02%
R=41.30%
G=30.68%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401049500.260.320.451219.1546.08
Hex8C685F01A202Dc132e
Octal2141501370324055142356
Binary1000110011010001011111011010100000101101110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,104,95); }

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

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

 a { background-color: rgb(140,104,95); }

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

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

 span { border-color: rgb(140,104,95); }

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