Shades of Dark Chestnut #9E6862
Tints of Dark Chestnut #9E6862
RGB
CMYK
RGB Variations
Color information
#9E6862 (or 0x9E6862) is known color: Dark Chestnut. HEX triplet: 9E, 68 and 62. RGB value is (158,104,98). Sum of RGB (Red+Green+Blue) = 158+104+98=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6862 is #61979D. Grayscale: #777777. Windows color (decimal): -6395806 or 6449310. OLE color: 6449310.
HSL color Cylindrical-coordinate representation of color #9E6862: hue angle of 6º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E6862 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 104 | 98 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.38 |
| HSL | 6º | 0.24% | 0.5% | - |
| HSV(B) | 6º | 0.38% | 0.62% | - |
| XYZ | 21.26 | 18.05 | 13.92 | - |
| YUV | 119.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 104 | 98 | 0 | 0.34 | 0.38 | 0.38 | 6 | 0.24 | 0.5 |
| Hex | 9E | 68 | 62 | 0 | 22 | 26 | 26 | 6 | 18 | 32 |
| Octal | 236 | 150 | 142 | 0 | 42 | 46 | 46 | 6 | 30 | 62 |
| Binary | 10011110 | 1101000 | 1100010 | 0 | 100010 | 100110 | 100110 | 110 | 11000 | 110010 |
Color Harmonies of #9E6862
Complementary color
Monochromatic Colors of #9E6862
Black with #9E6862
Text Example
Text Example
White with #9E6862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6862; }
p { color: rgb(158,104,98); }
H1.HeaderClassName
{
color: #9E6862;
}
.AnyTagClassName
{
color: #9E6862;
}
</style>
background-color css
<style>
a { background-color: #9E6862; }
a { background-color: rgb(158,104,98); }
div.DivClassName
{
background-color: #9E6862;
}
.BgClassName
{
background-color: #9E6862;
}
</style>
border-color css
<style>
span { border-color: #9E6862; }
span { border-color: rgb(158,104,98); }
td.TdClassName
{
border-color: #9E6862;
}
.TagClassName
{
border-color: #9E6862;
}
</style>