Shades of Dark Chestnut #976B66
Tints of Dark Chestnut #976B66
RGB
CMYK
RGB Variations
Color information
#976B66 (or 0x976B66) is known color: Dark Chestnut. HEX triplet: 97, 6B and 66. RGB value is (151,107,102). Sum of RGB (Red+Green+Blue) = 151+107+102=360 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.94% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 151 - color contains mainly: red. Hex color #976B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976B66 is #689499. Grayscale: #777777. Windows color (decimal): -6853786 or 6712215. OLE color: 6712215.
HSL color Cylindrical-coordinate representation of color #976B66: hue angle of 6.12º 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 #976B66 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 107 | 102 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.41 |
| HSL | 6.12º | 0.19% | 0.5% | - |
| HSV(B) | 6.12º | 0.32% | 0.59% | - |
| XYZ | 20.42 | 18.05 | 14.98 | - |
| YUV | 119.59 | 118.08 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 107 | 102 | 0 | 0.29 | 0.32 | 0.41 | 6.12 | 0.19 | 0.5 |
| Hex | 97 | 6B | 66 | 0 | 1D | 20 | 29 | 6 | 13 | 32 |
| Octal | 227 | 153 | 146 | 0 | 35 | 40 | 51 | 6 | 23 | 62 |
| Binary | 10010111 | 1101011 | 1100110 | 0 | 11101 | 100000 | 101001 | 110 | 10011 | 110010 |
Color Harmonies of #976B66
Complementary color
Monochromatic Colors of #976B66
Black with #976B66
Text Example
Text Example
White with #976B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976B66; }
p { color: rgb(151,107,102); }
H1.HeaderClassName
{
color: #976B66;
}
.AnyTagClassName
{
color: #976B66;
}
</style>
background-color css
<style>
a { background-color: #976B66; }
a { background-color: rgb(151,107,102); }
div.DivClassName
{
background-color: #976B66;
}
.BgClassName
{
background-color: #976B66;
}
</style>
border-color css
<style>
span { border-color: #976B66; }
span { border-color: rgb(151,107,102); }
td.TdClassName
{
border-color: #976B66;
}
.TagClassName
{
border-color: #976B66;
}
</style>