Shades of Dark Chestnut #96645D
Tints of Dark Chestnut #96645D
RGB
CMYK
RGB Variations
Color information
#96645D (or 0x96645D) is known color: Dark Chestnut. HEX triplet: 96, 64 and 5D. RGB value is (150,100,93). Sum of RGB (Red+Green+Blue) = 150+100+93=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #96645D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96645D is #699BA2. Grayscale: #727272. Windows color (decimal): -6921123 or 6120598. OLE color: 6120598.
HSL color Cylindrical-coordinate representation of color #96645D: hue angle of 7.37º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96645D is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 100 | 93 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.41 |
| HSL | 7.37º | 0.23% | 0.48% | - |
| HSV(B) | 7.37º | 0.38% | 0.59% | - |
| XYZ | 19.11 | 16.39 | 12.51 | - |
| YUV | 114.15 | 116.07 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 93 | 0 | 0.33 | 0.38 | 0.41 | 7.37 | 0.23 | 0.48 |
| Hex | 96 | 64 | 5D | 0 | 21 | 26 | 29 | 7 | 17 | 30 |
| Octal | 226 | 144 | 135 | 0 | 41 | 46 | 51 | 7 | 27 | 60 |
| Binary | 10010110 | 1100100 | 1011101 | 0 | 100001 | 100110 | 101001 | 111 | 10111 | 110000 |
Color Harmonies of #96645D
Complementary color
Monochromatic Colors of #96645D
Black with #96645D
Text Example
Text Example
White with #96645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96645D; }
p { color: rgb(150,100,93); }
H1.HeaderClassName
{
color: #96645D;
}
.AnyTagClassName
{
color: #96645D;
}
</style>
background-color css
<style>
a { background-color: #96645D; }
a { background-color: rgb(150,100,93); }
div.DivClassName
{
background-color: #96645D;
}
.BgClassName
{
background-color: #96645D;
}
</style>
border-color css
<style>
span { border-color: #96645D; }
span { border-color: rgb(150,100,93); }
td.TdClassName
{
border-color: #96645D;
}
.TagClassName
{
border-color: #96645D;
}
</style>