Shades of Dark Chestnut #96655D
Tints of Dark Chestnut #96655D
RGB
CMYK
RGB Variations
Color information
#96655D (or 0x96655D) is known color: Dark Chestnut. HEX triplet: 96, 65 and 5D. RGB value is (150,101,93). Sum of RGB (Red+Green+Blue) = 150+101+93=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96655D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96655D is #699AA2. Grayscale: #727272. Windows color (decimal): -6920867 or 6120854. OLE color: 6120854.
HSL color Cylindrical-coordinate representation of color #96655D: hue angle of 8.42º 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 #96655D is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 101 | 93 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.41 |
| HSL | 8.42º | 0.23% | 0.48% | - |
| HSV(B) | 8.42º | 0.38% | 0.59% | - |
| XYZ | 19.21 | 16.58 | 12.54 | - |
| YUV | 114.74 | 115.73 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 93 | 0 | 0.33 | 0.38 | 0.41 | 8.42 | 0.23 | 0.48 |
| Hex | 96 | 65 | 5D | 0 | 21 | 26 | 29 | 8 | 17 | 30 |
| Octal | 226 | 145 | 135 | 0 | 41 | 46 | 51 | 10 | 27 | 60 |
| Binary | 10010110 | 1100101 | 1011101 | 0 | 100001 | 100110 | 101001 | 1000 | 10111 | 110000 |
Color Harmonies of #96655D
Complementary color
Monochromatic Colors of #96655D
Black with #96655D
Text Example
Text Example
White with #96655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96655D; }
p { color: rgb(150,101,93); }
H1.HeaderClassName
{
color: #96655D;
}
.AnyTagClassName
{
color: #96655D;
}
</style>
background-color css
<style>
a { background-color: #96655D; }
a { background-color: rgb(150,101,93); }
div.DivClassName
{
background-color: #96655D;
}
.BgClassName
{
background-color: #96655D;
}
</style>
border-color css
<style>
span { border-color: #96655D; }
span { border-color: rgb(150,101,93); }
td.TdClassName
{
border-color: #96655D;
}
.TagClassName
{
border-color: #96655D;
}
</style>