Shades of Dark Chestnut #8E685F
Tints of Dark Chestnut #8E685F
RGB
CMYK
RGB Variations
Color information
#8E685F (or 0x8E685F) is known color: Dark Chestnut. HEX triplet: 8E, 68 and 5F. RGB value is (142,104,95). Sum of RGB (Red+Green+Blue) = 142+104+95=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 142 - color contains mainly: red. Hex color #8E685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E685F is #7197A0. Grayscale: #727272. Windows color (decimal): -7444385 or 6252686. OLE color: 6252686.
HSL color Cylindrical-coordinate representation of color #8E685F: hue angle of 11.49º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E685F is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 104 | 95 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.44 |
| HSL | 11.49º | 0.2% | 0.46% | - |
| HSV(B) | 11.49º | 0.33% | 0.56% | - |
| XYZ | 18.17 | 16.48 | 13.05 | - |
| YUV | 114.34 | 117.09 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 104 | 95 | 0 | 0.27 | 0.33 | 0.44 | 11.49 | 0.2 | 0.46 |
| Hex | 8E | 68 | 5F | 0 | 1B | 21 | 2C | B | 14 | 2E |
| Octal | 216 | 150 | 137 | 0 | 33 | 41 | 54 | 13 | 24 | 56 |
| Binary | 10001110 | 1101000 | 1011111 | 0 | 11011 | 100001 | 101100 | 1011 | 10100 | 101110 |
Color Harmonies of #8E685F
Complementary color
Monochromatic Colors of #8E685F
Black with #8E685F
Text Example
Text Example
White with #8E685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E685F; }
p { color: rgb(142,104,95); }
H1.HeaderClassName
{
color: #8E685F;
}
.AnyTagClassName
{
color: #8E685F;
}
</style>
background-color css
<style>
a { background-color: #8E685F; }
a { background-color: rgb(142,104,95); }
div.DivClassName
{
background-color: #8E685F;
}
.BgClassName
{
background-color: #8E685F;
}
</style>
border-color css
<style>
span { border-color: #8E685F; }
span { border-color: rgb(142,104,95); }
td.TdClassName
{
border-color: #8E685F;
}
.TagClassName
{
border-color: #8E685F;
}
</style>