Shades of Dark Chestnut #976D63
Tints of Dark Chestnut #976D63
RGB
CMYK
RGB Variations
Color information
#976D63 (or 0x976D63) is known color: Dark Chestnut. HEX triplet: 97, 6D and 63. RGB value is (151,109,99). Sum of RGB (Red+Green+Blue) = 151+109+99=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #976D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976D63 is #68929C. Grayscale: #787878. Windows color (decimal): -6853277 or 6516119. OLE color: 6516119.
HSL color Cylindrical-coordinate representation of color #976D63: hue angle of 11.54º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #976D63 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 109 | 99 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.41 |
| HSL | 11.54º | 0.21% | 0.49% | - |
| HSV(B) | 11.54º | 0.34% | 0.59% | - |
| XYZ | 20.48 | 18.42 | 14.28 | - |
| YUV | 120.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 99 | 0 | 0.28 | 0.34 | 0.41 | 11.54 | 0.21 | 0.49 |
| Hex | 97 | 6D | 63 | 0 | 1C | 22 | 29 | C | 15 | 31 |
| Octal | 227 | 155 | 143 | 0 | 34 | 42 | 51 | 14 | 25 | 61 |
| Binary | 10010111 | 1101101 | 1100011 | 0 | 11100 | 100010 | 101001 | 1100 | 10101 | 110001 |
Color Harmonies of #976D63
Complementary color
Monochromatic Colors of #976D63
Black with #976D63
Text Example
Text Example
White with #976D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976D63; }
p { color: rgb(151,109,99); }
H1.HeaderClassName
{
color: #976D63;
}
.AnyTagClassName
{
color: #976D63;
}
</style>
background-color css
<style>
a { background-color: #976D63; }
a { background-color: rgb(151,109,99); }
div.DivClassName
{
background-color: #976D63;
}
.BgClassName
{
background-color: #976D63;
}
</style>
border-color css
<style>
span { border-color: #976D63; }
span { border-color: rgb(151,109,99); }
td.TdClassName
{
border-color: #976D63;
}
.TagClassName
{
border-color: #976D63;
}
</style>