Shades of Dark Chestnut #9F6E66
Tints of Dark Chestnut #9F6E66
RGB
CMYK
RGB Variations
Color information
#9F6E66 (or 0x9F6E66) is known color: Dark Chestnut. HEX triplet: 9F, 6E and 66. RGB value is (159,110,102). Sum of RGB (Red+Green+Blue) = 159+110+102=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6E66 is #609199. Grayscale: #7B7B7B. Windows color (decimal): -6328730 or 6712991. OLE color: 6712991.
HSL color Cylindrical-coordinate representation of color #9F6E66: hue angle of 8.42º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F6E66 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 110 | 102 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.38 |
| HSL | 8.42º | 0.23% | 0.51% | - |
| HSV(B) | 8.42º | 0.36% | 0.62% | - |
| XYZ | 22.27 | 19.48 | 15.16 | - |
| YUV | 123.74 | 115.73 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 110 | 102 | 0 | 0.31 | 0.36 | 0.38 | 8.42 | 0.23 | 0.51 |
| Hex | 9F | 6E | 66 | 0 | 1F | 24 | 26 | 8 | 17 | 33 |
| Octal | 237 | 156 | 146 | 0 | 37 | 44 | 46 | 10 | 27 | 63 |
| Binary | 10011111 | 1101110 | 1100110 | 0 | 11111 | 100100 | 100110 | 1000 | 10111 | 110011 |
Color Harmonies of #9F6E66
Complementary color
Monochromatic Colors of #9F6E66
Black with #9F6E66
Text Example
Text Example
White with #9F6E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6E66; }
p { color: rgb(159,110,102); }
H1.HeaderClassName
{
color: #9F6E66;
}
.AnyTagClassName
{
color: #9F6E66;
}
</style>
background-color css
<style>
a { background-color: #9F6E66; }
a { background-color: rgb(159,110,102); }
div.DivClassName
{
background-color: #9F6E66;
}
.BgClassName
{
background-color: #9F6E66;
}
</style>
border-color css
<style>
span { border-color: #9F6E66; }
span { border-color: rgb(159,110,102); }
td.TdClassName
{
border-color: #9F6E66;
}
.TagClassName
{
border-color: #9F6E66;
}
</style>