Shades of Dark Chestnut #8E645A
Tints of Dark Chestnut #8E645A
RGB
CMYK
RGB Variations
Color information
#8E645A (or 0x8E645A) is known color: Dark Chestnut. HEX triplet: 8E, 64 and 5A. RGB value is (142,100,90). Sum of RGB (Red+Green+Blue) = 142+100+90=332 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.77% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 142 - color contains mainly: red. Hex color #8E645A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E645A is #719BA5. Grayscale: #6F6F6F. Windows color (decimal): -7445414 or 5923982. OLE color: 5923982.
HSL color Cylindrical-coordinate representation of color #8E645A: hue angle of 11.54º 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 #8E645A is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 100 | 90 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.44 |
| HSL | 11.54º | 0.22% | 0.45% | - |
| HSV(B) | 11.54º | 0.37% | 0.56% | - |
| XYZ | 17.56 | 15.6 | 11.76 | - |
| YUV | 111.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 100 | 90 | 0 | 0.30 | 0.37 | 0.44 | 11.54 | 0.22 | 0.45 |
| Hex | 8E | 64 | 5A | 0 | 1E | 25 | 2C | C | 16 | 2D |
| Octal | 216 | 144 | 132 | 0 | 36 | 45 | 54 | 14 | 26 | 55 |
| Binary | 10001110 | 1100100 | 1011010 | 0 | 11110 | 100101 | 101100 | 1100 | 10110 | 101101 |
Color Harmonies of #8E645A
Complementary color
Monochromatic Colors of #8E645A
Black with #8E645A
Text Example
Text Example
White with #8E645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E645A; }
p { color: rgb(142,100,90); }
H1.HeaderClassName
{
color: #8E645A;
}
.AnyTagClassName
{
color: #8E645A;
}
</style>
background-color css
<style>
a { background-color: #8E645A; }
a { background-color: rgb(142,100,90); }
div.DivClassName
{
background-color: #8E645A;
}
.BgClassName
{
background-color: #8E645A;
}
</style>
border-color css
<style>
span { border-color: #8E645A; }
span { border-color: rgb(142,100,90); }
td.TdClassName
{
border-color: #8E645A;
}
.TagClassName
{
border-color: #8E645A;
}
</style>