Shades of Dark Chestnut #976D65
Tints of Dark Chestnut #976D65
RGB
CMYK
RGB Variations
Color information
#976D65 (or 0x976D65) is known color: Dark Chestnut. HEX triplet: 97, 6D and 65. RGB value is (151,109,101). Sum of RGB (Red+Green+Blue) = 151+109+101=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 151 - color contains mainly: red. Hex color #976D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976D65 is #68929A. Grayscale: #787878. Windows color (decimal): -6853275 or 6647191. OLE color: 6647191.
HSL color Cylindrical-coordinate representation of color #976D65: hue angle of 9.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #976D65 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 109 | 101 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.41 |
| HSL | 9.6º | 0.2% | 0.49% | - |
| HSV(B) | 9.6º | 0.33% | 0.59% | - |
| XYZ | 20.58 | 18.46 | 14.79 | - |
| YUV | 120.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 101 | 0 | 0.28 | 0.33 | 0.41 | 9.6 | 0.2 | 0.49 |
| Hex | 97 | 6D | 65 | 0 | 1C | 21 | 29 | A | 14 | 31 |
| Octal | 227 | 155 | 145 | 0 | 34 | 41 | 51 | 12 | 24 | 61 |
| Binary | 10010111 | 1101101 | 1100101 | 0 | 11100 | 100001 | 101001 | 1010 | 10100 | 110001 |
Color Harmonies of #976D65
Complementary color
Monochromatic Colors of #976D65
Black with #976D65
Text Example
Text Example
White with #976D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976D65; }
p { color: rgb(151,109,101); }
H1.HeaderClassName
{
color: #976D65;
}
.AnyTagClassName
{
color: #976D65;
}
</style>
background-color css
<style>
a { background-color: #976D65; }
a { background-color: rgb(151,109,101); }
div.DivClassName
{
background-color: #976D65;
}
.BgClassName
{
background-color: #976D65;
}
</style>
border-color css
<style>
span { border-color: #976D65; }
span { border-color: rgb(151,109,101); }
td.TdClassName
{
border-color: #976D65;
}
.TagClassName
{
border-color: #976D65;
}
</style>