Shades of Dark Chestnut #8E6359
Tints of Dark Chestnut #8E6359
RGB
CMYK
RGB Variations
Color information
#8E6359 (or 0x8E6359) is known color: Dark Chestnut. HEX triplet: 8E, 63 and 59. RGB value is (142,99,89). Sum of RGB (Red+Green+Blue) = 142+99+89=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6359 is #719CA6. Grayscale: #6E6E6E. Windows color (decimal): -7445671 or 5858190. OLE color: 5858190.
HSL color Cylindrical-coordinate representation of color #8E6359: hue angle of 11.32º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E6359 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 99 | 89 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.44 |
| HSL | 11.32º | 0.23% | 0.45% | - |
| HSV(B) | 11.32º | 0.37% | 0.56% | - |
| XYZ | 17.42 | 15.4 | 11.5 | - |
| YUV | 110.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 99 | 89 | 0 | 0.30 | 0.37 | 0.44 | 11.32 | 0.23 | 0.45 |
| Hex | 8E | 63 | 59 | 0 | 1E | 25 | 2C | B | 17 | 2D |
| Octal | 216 | 143 | 131 | 0 | 36 | 45 | 54 | 13 | 27 | 55 |
| Binary | 10001110 | 1100011 | 1011001 | 0 | 11110 | 100101 | 101100 | 1011 | 10111 | 101101 |
Color Harmonies of #8E6359
Complementary color
Monochromatic Colors of #8E6359
Black with #8E6359
Text Example
Text Example
White with #8E6359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6359; }
p { color: rgb(142,99,89); }
H1.HeaderClassName
{
color: #8E6359;
}
.AnyTagClassName
{
color: #8E6359;
}
</style>
background-color css
<style>
a { background-color: #8E6359; }
a { background-color: rgb(142,99,89); }
div.DivClassName
{
background-color: #8E6359;
}
.BgClassName
{
background-color: #8E6359;
}
</style>
border-color css
<style>
span { border-color: #8E6359; }
span { border-color: rgb(142,99,89); }
td.TdClassName
{
border-color: #8E6359;
}
.TagClassName
{
border-color: #8E6359;
}
</style>