Shades of Dark Chestnut #9E6E66
Tints of Dark Chestnut #9E6E66
RGB
CMYK
RGB Variations
Color information
#9E6E66 (or 0x9E6E66) is known color: Dark Chestnut. HEX triplet: 9E, 6E and 66. RGB value is (158,110,102). Sum of RGB (Red+Green+Blue) = 158+110+102=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6E66 is #619199. Grayscale: #7B7B7B. Windows color (decimal): -6394266 or 6712990. OLE color: 6712990.
HSL color Cylindrical-coordinate representation of color #9E6E66: hue angle of 8.57º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E6E66 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 110 | 102 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.38 |
| HSL | 8.57º | 0.22% | 0.51% | - |
| HSV(B) | 8.57º | 0.35% | 0.62% | - |
| XYZ | 22.07 | 19.38 | 15.15 | - |
| YUV | 123.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 110 | 102 | 0 | 0.30 | 0.35 | 0.38 | 8.57 | 0.22 | 0.51 |
| Hex | 9E | 6E | 66 | 0 | 1E | 23 | 26 | 9 | 16 | 33 |
| Octal | 236 | 156 | 146 | 0 | 36 | 43 | 46 | 11 | 26 | 63 |
| Binary | 10011110 | 1101110 | 1100110 | 0 | 11110 | 100011 | 100110 | 1001 | 10110 | 110011 |
Color Harmonies of #9E6E66
Complementary color
Monochromatic Colors of #9E6E66
Black with #9E6E66
Text Example
Text Example
White with #9E6E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6E66; }
p { color: rgb(158,110,102); }
H1.HeaderClassName
{
color: #9E6E66;
}
.AnyTagClassName
{
color: #9E6E66;
}
</style>
background-color css
<style>
a { background-color: #9E6E66; }
a { background-color: rgb(158,110,102); }
div.DivClassName
{
background-color: #9E6E66;
}
.BgClassName
{
background-color: #9E6E66;
}
</style>
border-color css
<style>
span { border-color: #9E6E66; }
span { border-color: rgb(158,110,102); }
td.TdClassName
{
border-color: #9E6E66;
}
.TagClassName
{
border-color: #9E6E66;
}
</style>