Shades of Dark Chestnut #96665D
Tints of Dark Chestnut #96665D
RGB
CMYK
RGB Variations
Color information
#96665D (or 0x96665D) is known color: Dark Chestnut. HEX triplet: 96, 66 and 5D. RGB value is (150,102,93). Sum of RGB (Red+Green+Blue) = 150+102+93=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #96665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96665D is #6999A2. Grayscale: #737373. Windows color (decimal): -6920611 or 6121110. OLE color: 6121110.
HSL color Cylindrical-coordinate representation of color #96665D: hue angle of 9.47º 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 #96665D is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 93 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.41 |
| HSL | 9.47º | 0.23% | 0.48% | - |
| HSV(B) | 9.47º | 0.38% | 0.59% | - |
| XYZ | 19.3 | 16.78 | 12.58 | - |
| YUV | 115.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 93 | 0 | 0.32 | 0.38 | 0.41 | 9.47 | 0.23 | 0.48 |
| Hex | 96 | 66 | 5D | 0 | 20 | 26 | 29 | 9 | 17 | 30 |
| Octal | 226 | 146 | 135 | 0 | 40 | 46 | 51 | 11 | 27 | 60 |
| Binary | 10010110 | 1100110 | 1011101 | 0 | 100000 | 100110 | 101001 | 1001 | 10111 | 110000 |
Color Harmonies of #96665D
Complementary color
Monochromatic Colors of #96665D
Black with #96665D
Text Example
Text Example
White with #96665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96665D; }
p { color: rgb(150,102,93); }
H1.HeaderClassName
{
color: #96665D;
}
.AnyTagClassName
{
color: #96665D;
}
</style>
background-color css
<style>
a { background-color: #96665D; }
a { background-color: rgb(150,102,93); }
div.DivClassName
{
background-color: #96665D;
}
.BgClassName
{
background-color: #96665D;
}
</style>
border-color css
<style>
span { border-color: #96665D; }
span { border-color: rgb(150,102,93); }
td.TdClassName
{
border-color: #96665D;
}
.TagClassName
{
border-color: #96665D;
}
</style>