Shades of Dark Chestnut #976E66
Tints of Dark Chestnut #976E66
RGB
CMYK
RGB Variations
Color information
#976E66 (or 0x976E66) is known color: Dark Chestnut. HEX triplet: 97, 6E and 66. RGB value is (151,110,102). Sum of RGB (Red+Green+Blue) = 151+110+102=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #976E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976E66 is #689199. Grayscale: #797979. Windows color (decimal): -6853018 or 6712983. OLE color: 6712983.
HSL color Cylindrical-coordinate representation of color #976E66: hue angle of 9.8º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #976E66 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 110 | 102 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.41 |
| HSL | 9.8º | 0.19% | 0.5% | - |
| HSV(B) | 9.8º | 0.32% | 0.59% | - |
| XYZ | 20.74 | 18.69 | 15.09 | - |
| YUV | 121.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 110 | 102 | 0 | 0.27 | 0.32 | 0.41 | 9.8 | 0.19 | 0.5 |
| Hex | 97 | 6E | 66 | 0 | 1B | 20 | 29 | A | 13 | 32 |
| Octal | 227 | 156 | 146 | 0 | 33 | 40 | 51 | 12 | 23 | 62 |
| Binary | 10010111 | 1101110 | 1100110 | 0 | 11011 | 100000 | 101001 | 1010 | 10011 | 110010 |
Color Harmonies of #976E66
Complementary color
Monochromatic Colors of #976E66
Black with #976E66
Text Example
Text Example
White with #976E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976E66; }
p { color: rgb(151,110,102); }
H1.HeaderClassName
{
color: #976E66;
}
.AnyTagClassName
{
color: #976E66;
}
</style>
background-color css
<style>
a { background-color: #976E66; }
a { background-color: rgb(151,110,102); }
div.DivClassName
{
background-color: #976E66;
}
.BgClassName
{
background-color: #976E66;
}
</style>
border-color css
<style>
span { border-color: #976E66; }
span { border-color: rgb(151,110,102); }
td.TdClassName
{
border-color: #976E66;
}
.TagClassName
{
border-color: #976E66;
}
</style>