Shades of Dark Chestnut #8E655B
Tints of Dark Chestnut #8E655B
RGB
CMYK
RGB Variations
Color information
#8E655B (or 0x8E655B) is known color: Dark Chestnut. HEX triplet: 8E, 65 and 5B. RGB value is (142,101,91). Sum of RGB (Red+Green+Blue) = 142+101+91=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E655B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E655B is #719AA4. Grayscale: #707070. Windows color (decimal): -7445157 or 5989774. OLE color: 5989774.
HSL color Cylindrical-coordinate representation of color #8E655B: hue angle of 11.76º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E655B is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 101 | 91 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.44 |
| HSL | 11.76º | 0.22% | 0.46% | - |
| HSV(B) | 11.76º | 0.36% | 0.56% | - |
| XYZ | 17.7 | 15.81 | 12.02 | - |
| YUV | 112.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 101 | 91 | 0 | 0.29 | 0.36 | 0.44 | 11.76 | 0.22 | 0.46 |
| Hex | 8E | 65 | 5B | 0 | 1D | 24 | 2C | C | 16 | 2E |
| Octal | 216 | 145 | 133 | 0 | 35 | 44 | 54 | 14 | 26 | 56 |
| Binary | 10001110 | 1100101 | 1011011 | 0 | 11101 | 100100 | 101100 | 1100 | 10110 | 101110 |
Color Harmonies of #8E655B
Complementary color
Monochromatic Colors of #8E655B
Black with #8E655B
Text Example
Text Example
White with #8E655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E655B; }
p { color: rgb(142,101,91); }
H1.HeaderClassName
{
color: #8E655B;
}
.AnyTagClassName
{
color: #8E655B;
}
</style>
background-color css
<style>
a { background-color: #8E655B; }
a { background-color: rgb(142,101,91); }
div.DivClassName
{
background-color: #8E655B;
}
.BgClassName
{
background-color: #8E655B;
}
</style>
border-color css
<style>
span { border-color: #8E655B; }
span { border-color: rgb(142,101,91); }
td.TdClassName
{
border-color: #8E655B;
}
.TagClassName
{
border-color: #8E655B;
}
</style>