Shades of Dark Chestnut #8E6B60
Tints of Dark Chestnut #8E6B60
RGB
CMYK
RGB Variations
Color information
#8E6B60 (or 0x8E6B60) is known color: Dark Chestnut. HEX triplet: 8E, 6B and 60. RGB value is (142,107,96). Sum of RGB (Red+Green+Blue) = 142+107+96=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6B60 is #71949F. Grayscale: #747474. Windows color (decimal): -7443616 or 6318990. OLE color: 6318990.
HSL color Cylindrical-coordinate representation of color #8E6B60: hue angle of 14.35º 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 #8E6B60 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 107 | 96 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.44 |
| HSL | 14.35º | 0.19% | 0.47% | - |
| HSV(B) | 14.35º | 0.32% | 0.56% | - |
| XYZ | 18.52 | 17.11 | 13.39 | - |
| YUV | 116.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 107 | 96 | 0 | 0.25 | 0.32 | 0.44 | 14.35 | 0.19 | 0.47 |
| Hex | 8E | 6B | 60 | 0 | 19 | 20 | 2C | E | 13 | 2F |
| Octal | 216 | 153 | 140 | 0 | 31 | 40 | 54 | 16 | 23 | 57 |
| Binary | 10001110 | 1101011 | 1100000 | 0 | 11001 | 100000 | 101100 | 1110 | 10011 | 101111 |
Color Harmonies of #8E6B60
Complementary color
Monochromatic Colors of #8E6B60
Black with #8E6B60
Text Example
Text Example
White with #8E6B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6B60; }
p { color: rgb(142,107,96); }
H1.HeaderClassName
{
color: #8E6B60;
}
.AnyTagClassName
{
color: #8E6B60;
}
</style>
background-color css
<style>
a { background-color: #8E6B60; }
a { background-color: rgb(142,107,96); }
div.DivClassName
{
background-color: #8E6B60;
}
.BgClassName
{
background-color: #8E6B60;
}
</style>
border-color css
<style>
span { border-color: #8E6B60; }
span { border-color: rgb(142,107,96); }
td.TdClassName
{
border-color: #8E6B60;
}
.TagClassName
{
border-color: #8E6B60;
}
</style>