Shades of Dark Chestnut #96645E
Tints of Dark Chestnut #96645E
RGB
CMYK
RGB Variations
Color information
#96645E (or 0x96645E) is known color: Dark Chestnut. HEX triplet: 96, 64 and 5E. RGB value is (150,100,94). Sum of RGB (Red+Green+Blue) = 150+100+94=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96645E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96645E is #699BA1. Grayscale: #727272. Windows color (decimal): -6921122 or 6186134. OLE color: 6186134.
HSL color Cylindrical-coordinate representation of color #96645E: hue angle of 6.43º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96645E is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 100 | 94 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.41 |
| HSL | 6.43º | 0.23% | 0.48% | - |
| HSV(B) | 6.43º | 0.37% | 0.59% | - |
| XYZ | 19.16 | 16.41 | 12.75 | - |
| YUV | 114.27 | 116.57 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 94 | 0 | 0.33 | 0.37 | 0.41 | 6.43 | 0.23 | 0.48 |
| Hex | 96 | 64 | 5E | 0 | 21 | 25 | 29 | 6 | 17 | 30 |
| Octal | 226 | 144 | 136 | 0 | 41 | 45 | 51 | 6 | 27 | 60 |
| Binary | 10010110 | 1100100 | 1011110 | 0 | 100001 | 100101 | 101001 | 110 | 10111 | 110000 |
Color Harmonies of #96645E
Complementary color
Monochromatic Colors of #96645E
Black with #96645E
Text Example
Text Example
White with #96645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96645E; }
p { color: rgb(150,100,94); }
H1.HeaderClassName
{
color: #96645E;
}
.AnyTagClassName
{
color: #96645E;
}
</style>
background-color css
<style>
a { background-color: #96645E; }
a { background-color: rgb(150,100,94); }
div.DivClassName
{
background-color: #96645E;
}
.BgClassName
{
background-color: #96645E;
}
</style>
border-color css
<style>
span { border-color: #96645E; }
span { border-color: rgb(150,100,94); }
td.TdClassName
{
border-color: #96645E;
}
.TagClassName
{
border-color: #96645E;
}
</style>