Shades of Dark Chestnut #96726C
Tints of Dark Chestnut #96726C
RGB
CMYK
RGB Variations
Color information
#96726C (or 0x96726C) is known color: Dark Chestnut. HEX triplet: 96, 72 and 6C. RGB value is (150,114,108). Sum of RGB (Red+Green+Blue) = 150+114+108=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #96726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96726C is #698D93. Grayscale: #7C7C7C. Windows color (decimal): -6917524 or 7107222. OLE color: 7107222.
HSL color Cylindrical-coordinate representation of color #96726C: hue angle of 8.57º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96726C is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 114 | 108 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.41 |
| HSL | 8.57º | 0.17% | 0.51% | - |
| HSV(B) | 8.57º | 0.28% | 0.59% | - |
| XYZ | 21.3 | 19.6 | 16.85 | - |
| YUV | 124.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 108 | 0 | 0.24 | 0.28 | 0.41 | 8.57 | 0.17 | 0.51 |
| Hex | 96 | 72 | 6C | 0 | 18 | 1C | 29 | 9 | 11 | 33 |
| Octal | 226 | 162 | 154 | 0 | 30 | 34 | 51 | 11 | 21 | 63 |
| Binary | 10010110 | 1110010 | 1101100 | 0 | 11000 | 11100 | 101001 | 1001 | 10001 | 110011 |
Color Harmonies of #96726C
Complementary color
Monochromatic Colors of #96726C
Black with #96726C
Text Example
Text Example
White with #96726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96726C; }
p { color: rgb(150,114,108); }
H1.HeaderClassName
{
color: #96726C;
}
.AnyTagClassName
{
color: #96726C;
}
</style>
background-color css
<style>
a { background-color: #96726C; }
a { background-color: rgb(150,114,108); }
div.DivClassName
{
background-color: #96726C;
}
.BgClassName
{
background-color: #96726C;
}
</style>
border-color css
<style>
span { border-color: #96726C; }
span { border-color: rgb(150,114,108); }
td.TdClassName
{
border-color: #96726C;
}
.TagClassName
{
border-color: #96726C;
}
</style>