Shades of Dark Chestnut #8E6660
Tints of Dark Chestnut #8E6660
RGB
CMYK
RGB Variations
Color information
#8E6660 (or 0x8E6660) is known color: Dark Chestnut. HEX triplet: 8E, 66 and 60. RGB value is (142,102,96). Sum of RGB (Red+Green+Blue) = 142+102+96=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6660 is #71999F. Grayscale: #717171. Windows color (decimal): -7444896 or 6317710. OLE color: 6317710.
HSL color Cylindrical-coordinate representation of color #8E6660: hue angle of 7.83º 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 #8E6660 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 102 | 96 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.44 |
| HSL | 7.83º | 0.19% | 0.47% | - |
| HSV(B) | 7.83º | 0.32% | 0.56% | - |
| XYZ | 18.02 | 16.1 | 13.22 | - |
| YUV | 113.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 102 | 96 | 0 | 0.28 | 0.32 | 0.44 | 7.83 | 0.19 | 0.47 |
| Hex | 8E | 66 | 60 | 0 | 1C | 20 | 2C | 8 | 13 | 2F |
| Octal | 216 | 146 | 140 | 0 | 34 | 40 | 54 | 10 | 23 | 57 |
| Binary | 10001110 | 1100110 | 1100000 | 0 | 11100 | 100000 | 101100 | 1000 | 10011 | 101111 |
Color Harmonies of #8E6660
Complementary color
Monochromatic Colors of #8E6660
Black with #8E6660
Text Example
Text Example
White with #8E6660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6660; }
p { color: rgb(142,102,96); }
H1.HeaderClassName
{
color: #8E6660;
}
.AnyTagClassName
{
color: #8E6660;
}
</style>
background-color css
<style>
a { background-color: #8E6660; }
a { background-color: rgb(142,102,96); }
div.DivClassName
{
background-color: #8E6660;
}
.BgClassName
{
background-color: #8E6660;
}
</style>
border-color css
<style>
span { border-color: #8E6660; }
span { border-color: rgb(142,102,96); }
td.TdClassName
{
border-color: #8E6660;
}
.TagClassName
{
border-color: #8E6660;
}
</style>