Shades of Dark Chestnut #976D66
Tints of Dark Chestnut #976D66
RGB
CMYK
RGB Variations
Color information
#976D66 (or 0x976D66) is known color: Dark Chestnut. HEX triplet: 97, 6D and 66. RGB value is (151,109,102). Sum of RGB (Red+Green+Blue) = 151+109+102=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #976D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976D66 is #689299. Grayscale: #787878. Windows color (decimal): -6853274 or 6712727. OLE color: 6712727.
HSL color Cylindrical-coordinate representation of color #976D66: hue angle of 8.57º 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 #976D66 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 109 | 102 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.41 |
| HSL | 8.57º | 0.19% | 0.5% | - |
| HSV(B) | 8.57º | 0.32% | 0.59% | - |
| XYZ | 20.63 | 18.48 | 15.05 | - |
| YUV | 120.76 | 117.41 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 102 | 0 | 0.28 | 0.32 | 0.41 | 8.57 | 0.19 | 0.5 |
| Hex | 97 | 6D | 66 | 0 | 1C | 20 | 29 | 9 | 13 | 32 |
| Octal | 227 | 155 | 146 | 0 | 34 | 40 | 51 | 11 | 23 | 62 |
| Binary | 10010111 | 1101101 | 1100110 | 0 | 11100 | 100000 | 101001 | 1001 | 10011 | 110010 |
Color Harmonies of #976D66
Complementary color
Monochromatic Colors of #976D66
Black with #976D66
Text Example
Text Example
White with #976D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976D66; }
p { color: rgb(151,109,102); }
H1.HeaderClassName
{
color: #976D66;
}
.AnyTagClassName
{
color: #976D66;
}
</style>
background-color css
<style>
a { background-color: #976D66; }
a { background-color: rgb(151,109,102); }
div.DivClassName
{
background-color: #976D66;
}
.BgClassName
{
background-color: #976D66;
}
</style>
border-color css
<style>
span { border-color: #976D66; }
span { border-color: rgb(151,109,102); }
td.TdClassName
{
border-color: #976D66;
}
.TagClassName
{
border-color: #976D66;
}
</style>