Shades of Dark Chestnut #9E6661
Tints of Dark Chestnut #9E6661
RGB
CMYK
RGB Variations
Color information
#9E6661 (or 0x9E6661) is known color: Dark Chestnut. HEX triplet: 9E, 66 and 61. RGB value is (158,102,97). Sum of RGB (Red+Green+Blue) = 158+102+97=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6661 is #61999E. Grayscale: #767676. Windows color (decimal): -6396319 or 6383262. OLE color: 6383262.
HSL color Cylindrical-coordinate representation of color #9E6661: hue angle of 4.92º 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 #9E6661 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 102 | 97 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.38 |
| HSL | 4.92º | 0.24% | 0.5% | - |
| HSV(B) | 4.92º | 0.39% | 0.62% | - |
| XYZ | 21.01 | 17.63 | 13.61 | - |
| YUV | 118.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 102 | 97 | 0 | 0.35 | 0.39 | 0.38 | 4.92 | 0.24 | 0.5 |
| Hex | 9E | 66 | 61 | 0 | 23 | 27 | 26 | 5 | 18 | 32 |
| Octal | 236 | 146 | 141 | 0 | 43 | 47 | 46 | 5 | 30 | 62 |
| Binary | 10011110 | 1100110 | 1100001 | 0 | 100011 | 100111 | 100110 | 101 | 11000 | 110010 |
Color Harmonies of #9E6661
Complementary color
Monochromatic Colors of #9E6661
Black with #9E6661
Text Example
Text Example
White with #9E6661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6661; }
p { color: rgb(158,102,97); }
H1.HeaderClassName
{
color: #9E6661;
}
.AnyTagClassName
{
color: #9E6661;
}
</style>
background-color css
<style>
a { background-color: #9E6661; }
a { background-color: rgb(158,102,97); }
div.DivClassName
{
background-color: #9E6661;
}
.BgClassName
{
background-color: #9E6661;
}
</style>
border-color css
<style>
span { border-color: #9E6661; }
span { border-color: rgb(158,102,97); }
td.TdClassName
{
border-color: #9E6661;
}
.TagClassName
{
border-color: #9E6661;
}
</style>