Shades of Dark Chestnut #8E6860
Tints of Dark Chestnut #8E6860
RGB
CMYK
RGB Variations
Color information
#8E6860 (or 0x8E6860) is known color: Dark Chestnut. HEX triplet: 8E, 68 and 60. RGB value is (142,104,96). Sum of RGB (Red+Green+Blue) = 142+104+96=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6860 is #71979F. Grayscale: #727272. Windows color (decimal): -7444384 or 6318222. OLE color: 6318222.
HSL color Cylindrical-coordinate representation of color #8E6860: hue angle of 10.43º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E6860 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 104 | 96 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.44 |
| HSL | 10.43º | 0.19% | 0.47% | - |
| HSV(B) | 10.43º | 0.32% | 0.56% | - |
| XYZ | 18.22 | 16.5 | 13.29 | - |
| YUV | 114.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 104 | 96 | 0 | 0.27 | 0.32 | 0.44 | 10.43 | 0.19 | 0.47 |
| Hex | 8E | 68 | 60 | 0 | 1B | 20 | 2C | A | 13 | 2F |
| Octal | 216 | 150 | 140 | 0 | 33 | 40 | 54 | 12 | 23 | 57 |
| Binary | 10001110 | 1101000 | 1100000 | 0 | 11011 | 100000 | 101100 | 1010 | 10011 | 101111 |
Color Harmonies of #8E6860
Complementary color
Monochromatic Colors of #8E6860
Black with #8E6860
Text Example
Text Example
White with #8E6860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6860; }
p { color: rgb(142,104,96); }
H1.HeaderClassName
{
color: #8E6860;
}
.AnyTagClassName
{
color: #8E6860;
}
</style>
background-color css
<style>
a { background-color: #8E6860; }
a { background-color: rgb(142,104,96); }
div.DivClassName
{
background-color: #8E6860;
}
.BgClassName
{
background-color: #8E6860;
}
</style>
border-color css
<style>
span { border-color: #8E6860; }
span { border-color: rgb(142,104,96); }
td.TdClassName
{
border-color: #8E6860;
}
.TagClassName
{
border-color: #8E6860;
}
</style>