Shades of Dark Chestnut #8E6C61
Tints of Dark Chestnut #8E6C61
RGB
CMYK
RGB Variations
Color information
#8E6C61 (or 0x8E6C61) is known color: Dark Chestnut. HEX triplet: 8E, 6C and 61. RGB value is (142,108,97). Sum of RGB (Red+Green+Blue) = 142+108+97=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6C61 is #71939E. Grayscale: #747474. Windows color (decimal): -7443359 or 6384782. OLE color: 6384782.
HSL color Cylindrical-coordinate representation of color #8E6C61: hue angle of 14.67º 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 #8E6C61 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 108 | 97 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.44 |
| HSL | 14.67º | 0.19% | 0.47% | - |
| HSV(B) | 14.67º | 0.32% | 0.56% | - |
| XYZ | 18.68 | 17.34 | 13.67 | - |
| YUV | 116.91 | 116.76 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 108 | 97 | 0 | 0.24 | 0.32 | 0.44 | 14.67 | 0.19 | 0.47 |
| Hex | 8E | 6C | 61 | 0 | 18 | 20 | 2C | F | 13 | 2F |
| Octal | 216 | 154 | 141 | 0 | 30 | 40 | 54 | 17 | 23 | 57 |
| Binary | 10001110 | 1101100 | 1100001 | 0 | 11000 | 100000 | 101100 | 1111 | 10011 | 101111 |
Color Harmonies of #8E6C61
Complementary color
Monochromatic Colors of #8E6C61
Black with #8E6C61
Text Example
Text Example
White with #8E6C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6C61; }
p { color: rgb(142,108,97); }
H1.HeaderClassName
{
color: #8E6C61;
}
.AnyTagClassName
{
color: #8E6C61;
}
</style>
background-color css
<style>
a { background-color: #8E6C61; }
a { background-color: rgb(142,108,97); }
div.DivClassName
{
background-color: #8E6C61;
}
.BgClassName
{
background-color: #8E6C61;
}
</style>
border-color css
<style>
span { border-color: #8E6C61; }
span { border-color: rgb(142,108,97); }
td.TdClassName
{
border-color: #8E6C61;
}
.TagClassName
{
border-color: #8E6C61;
}
</style>