Shades of Dark Chestnut #9E655F
Tints of Dark Chestnut #9E655F
RGB
CMYK
RGB Variations
Color information
#9E655F (or 0x9E655F) is known color: Dark Chestnut. HEX triplet: 9E, 65 and 5F. RGB value is (158,101,95). Sum of RGB (Red+Green+Blue) = 158+101+95=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 158 - color contains mainly: red. Hex color #9E655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E655F is #619AA0. Grayscale: #757575. Windows color (decimal): -6396577 or 6251934. OLE color: 6251934.
HSL color Cylindrical-coordinate representation of color #9E655F: hue angle of 5.71º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E655F is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 101 | 95 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.38 |
| HSL | 5.71º | 0.25% | 0.5% | - |
| HSV(B) | 5.71º | 0.4% | 0.62% | - |
| XYZ | 20.82 | 17.4 | 13.09 | - |
| YUV | 117.36 | 115.38 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 95 | 0 | 0.36 | 0.40 | 0.38 | 5.71 | 0.25 | 0.5 |
| Hex | 9E | 65 | 5F | 0 | 24 | 28 | 26 | 6 | 19 | 32 |
| Octal | 236 | 145 | 137 | 0 | 44 | 50 | 46 | 6 | 31 | 62 |
| Binary | 10011110 | 1100101 | 1011111 | 0 | 100100 | 101000 | 100110 | 110 | 11001 | 110010 |
Color Harmonies of #9E655F
Complementary color
Monochromatic Colors of #9E655F
Black with #9E655F
Text Example
Text Example
White with #9E655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E655F; }
p { color: rgb(158,101,95); }
H1.HeaderClassName
{
color: #9E655F;
}
.AnyTagClassName
{
color: #9E655F;
}
</style>
background-color css
<style>
a { background-color: #9E655F; }
a { background-color: rgb(158,101,95); }
div.DivClassName
{
background-color: #9E655F;
}
.BgClassName
{
background-color: #9E655F;
}
</style>
border-color css
<style>
span { border-color: #9E655F; }
span { border-color: rgb(158,101,95); }
td.TdClassName
{
border-color: #9E655F;
}
.TagClassName
{
border-color: #9E655F;
}
</style>