Shades of Dark Chestnut #9E6861
Tints of Dark Chestnut #9E6861
RGB
CMYK
RGB Variations
Color information
#9E6861 (or 0x9E6861) is known color: Dark Chestnut. HEX triplet: 9E, 68 and 61. RGB value is (158,104,97). Sum of RGB (Red+Green+Blue) = 158+104+97=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6861 is #61979E. Grayscale: #777777. Windows color (decimal): -6395807 or 6383774. OLE color: 6383774.
HSL color Cylindrical-coordinate representation of color #9E6861: hue angle of 6.89º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E6861 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 104 | 97 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.38 |
| HSL | 6.89º | 0.24% | 0.5% | - |
| HSV(B) | 6.89º | 0.39% | 0.62% | - |
| XYZ | 21.21 | 18.03 | 13.67 | - |
| YUV | 119.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 104 | 97 | 0 | 0.34 | 0.39 | 0.38 | 6.89 | 0.24 | 0.5 |
| Hex | 9E | 68 | 61 | 0 | 22 | 27 | 26 | 7 | 18 | 32 |
| Octal | 236 | 150 | 141 | 0 | 42 | 47 | 46 | 7 | 30 | 62 |
| Binary | 10011110 | 1101000 | 1100001 | 0 | 100010 | 100111 | 100110 | 111 | 11000 | 110010 |
Color Harmonies of #9E6861
Complementary color
Monochromatic Colors of #9E6861
Black with #9E6861
Text Example
Text Example
White with #9E6861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6861; }
p { color: rgb(158,104,97); }
H1.HeaderClassName
{
color: #9E6861;
}
.AnyTagClassName
{
color: #9E6861;
}
</style>
background-color css
<style>
a { background-color: #9E6861; }
a { background-color: rgb(158,104,97); }
div.DivClassName
{
background-color: #9E6861;
}
.BgClassName
{
background-color: #9E6861;
}
</style>
border-color css
<style>
span { border-color: #9E6861; }
span { border-color: rgb(158,104,97); }
td.TdClassName
{
border-color: #9E6861;
}
.TagClassName
{
border-color: #9E6861;
}
</style>