Shades of Dark Chestnut #9E6D66
Tints of Dark Chestnut #9E6D66
RGB
CMYK
RGB Variations
Color information
#9E6D66 (or 0x9E6D66) is known color: Dark Chestnut. HEX triplet: 9E, 6D and 66. RGB value is (158,109,102). Sum of RGB (Red+Green+Blue) = 158+109+102=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6D66 is #619299. Grayscale: #7A7A7A. Windows color (decimal): -6394522 or 6712734. OLE color: 6712734.
HSL color Cylindrical-coordinate representation of color #9E6D66: hue angle of 7.5º 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 #9E6D66 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 109 | 102 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.38 |
| HSL | 7.5º | 0.22% | 0.51% | - |
| HSV(B) | 7.5º | 0.35% | 0.62% | - |
| XYZ | 21.97 | 19.17 | 15.11 | - |
| YUV | 122.85 | 116.23 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 109 | 102 | 0 | 0.31 | 0.35 | 0.38 | 7.5 | 0.22 | 0.51 |
| Hex | 9E | 6D | 66 | 0 | 1F | 23 | 26 | 8 | 16 | 33 |
| Octal | 236 | 155 | 146 | 0 | 37 | 43 | 46 | 10 | 26 | 63 |
| Binary | 10011110 | 1101101 | 1100110 | 0 | 11111 | 100011 | 100110 | 1000 | 10110 | 110011 |
Color Harmonies of #9E6D66
Complementary color
Monochromatic Colors of #9E6D66
Black with #9E6D66
Text Example
Text Example
White with #9E6D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6D66; }
p { color: rgb(158,109,102); }
H1.HeaderClassName
{
color: #9E6D66;
}
.AnyTagClassName
{
color: #9E6D66;
}
</style>
background-color css
<style>
a { background-color: #9E6D66; }
a { background-color: rgb(158,109,102); }
div.DivClassName
{
background-color: #9E6D66;
}
.BgClassName
{
background-color: #9E6D66;
}
</style>
border-color css
<style>
span { border-color: #9E6D66; }
span { border-color: rgb(158,109,102); }
td.TdClassName
{
border-color: #9E6D66;
}
.TagClassName
{
border-color: #9E6D66;
}
</style>