Shades of Dark Chestnut #8E635A
Tints of Dark Chestnut #8E635A
RGB
CMYK
RGB Variations
Color information
#8E635A (or 0x8E635A) is known color: Dark Chestnut. HEX triplet: 8E, 63 and 5A. RGB value is (142,99,90). Sum of RGB (Red+Green+Blue) = 142+99+90=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E635A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E635A is #719CA5. Grayscale: #6E6E6E. Windows color (decimal): -7445670 or 5923726. OLE color: 5923726.
HSL color Cylindrical-coordinate representation of color #8E635A: hue angle of 10.38º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E635A is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 99 | 90 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.44 |
| HSL | 10.38º | 0.22% | 0.45% | - |
| HSV(B) | 10.38º | 0.37% | 0.56% | - |
| XYZ | 17.46 | 15.41 | 11.73 | - |
| YUV | 110.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 99 | 90 | 0 | 0.30 | 0.37 | 0.44 | 10.38 | 0.22 | 0.45 |
| Hex | 8E | 63 | 5A | 0 | 1E | 25 | 2C | A | 16 | 2D |
| Octal | 216 | 143 | 132 | 0 | 36 | 45 | 54 | 12 | 26 | 55 |
| Binary | 10001110 | 1100011 | 1011010 | 0 | 11110 | 100101 | 101100 | 1010 | 10110 | 101101 |
Color Harmonies of #8E635A
Complementary color
Monochromatic Colors of #8E635A
Black with #8E635A
Text Example
Text Example
White with #8E635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E635A; }
p { color: rgb(142,99,90); }
H1.HeaderClassName
{
color: #8E635A;
}
.AnyTagClassName
{
color: #8E635A;
}
</style>
background-color css
<style>
a { background-color: #8E635A; }
a { background-color: rgb(142,99,90); }
div.DivClassName
{
background-color: #8E635A;
}
.BgClassName
{
background-color: #8E635A;
}
</style>
border-color css
<style>
span { border-color: #8E635A; }
span { border-color: rgb(142,99,90); }
td.TdClassName
{
border-color: #8E635A;
}
.TagClassName
{
border-color: #8E635A;
}
</style>