Shades of Dark Chestnut #8E6158
Tints of Dark Chestnut #8E6158
RGB
CMYK
RGB Variations
Color information
#8E6158 (or 0x8E6158) is known color: Dark Chestnut. HEX triplet: 8E, 61 and 58. RGB value is (142,97,88). Sum of RGB (Red+Green+Blue) = 142+97+88=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6158 is #719EA7. Grayscale: #6D6D6D. Windows color (decimal): -7446184 or 5792142. OLE color: 5792142.
HSL color Cylindrical-coordinate representation of color #8E6158: hue angle of 10º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E6158 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 97 | 88 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.44 |
| HSL | 10º | 0.23% | 0.45% | - |
| HSV(B) | 10º | 0.38% | 0.56% | - |
| XYZ | 17.19 | 15 | 11.22 | - |
| YUV | 109.43 | 115.91 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 97 | 88 | 0 | 0.32 | 0.38 | 0.44 | 10 | 0.23 | 0.45 |
| Hex | 8E | 61 | 58 | 0 | 20 | 26 | 2C | A | 17 | 2D |
| Octal | 216 | 141 | 130 | 0 | 40 | 46 | 54 | 12 | 27 | 55 |
| Binary | 10001110 | 1100001 | 1011000 | 0 | 100000 | 100110 | 101100 | 1010 | 10111 | 101101 |
Color Harmonies of #8E6158
Complementary color
Monochromatic Colors of #8E6158
Black with #8E6158
Text Example
Text Example
White with #8E6158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6158; }
p { color: rgb(142,97,88); }
H1.HeaderClassName
{
color: #8E6158;
}
.AnyTagClassName
{
color: #8E6158;
}
</style>
background-color css
<style>
a { background-color: #8E6158; }
a { background-color: rgb(142,97,88); }
div.DivClassName
{
background-color: #8E6158;
}
.BgClassName
{
background-color: #8E6158;
}
</style>
border-color css
<style>
span { border-color: #8E6158; }
span { border-color: rgb(142,97,88); }
td.TdClassName
{
border-color: #8E6158;
}
.TagClassName
{
border-color: #8E6158;
}
</style>