Shades of Dark Chestnut #96665C
Tints of Dark Chestnut #96665C
RGB
CMYK
RGB Variations
Color information
#96665C (or 0x96665C) is known color: Dark Chestnut. HEX triplet: 96, 66 and 5C. RGB value is (150,102,92). Sum of RGB (Red+Green+Blue) = 150+102+92=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96665C is #6999A3. Grayscale: #737373. Windows color (decimal): -6920612 or 6055574. OLE color: 6055574.
HSL color Cylindrical-coordinate representation of color #96665C: hue angle of 10.34º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96665C is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 92 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.41 |
| HSL | 10.34º | 0.24% | 0.47% | - |
| HSV(B) | 10.34º | 0.39% | 0.59% | - |
| XYZ | 19.26 | 16.76 | 12.34 | - |
| YUV | 115.21 | 114.9 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 92 | 0 | 0.32 | 0.39 | 0.41 | 10.34 | 0.24 | 0.47 |
| Hex | 96 | 66 | 5C | 0 | 20 | 27 | 29 | A | 18 | 2F |
| Octal | 226 | 146 | 134 | 0 | 40 | 47 | 51 | 12 | 30 | 57 |
| Binary | 10010110 | 1100110 | 1011100 | 0 | 100000 | 100111 | 101001 | 1010 | 11000 | 101111 |
Color Harmonies of #96665C
Complementary color
Monochromatic Colors of #96665C
Black with #96665C
Text Example
Text Example
White with #96665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96665C; }
p { color: rgb(150,102,92); }
H1.HeaderClassName
{
color: #96665C;
}
.AnyTagClassName
{
color: #96665C;
}
</style>
background-color css
<style>
a { background-color: #96665C; }
a { background-color: rgb(150,102,92); }
div.DivClassName
{
background-color: #96665C;
}
.BgClassName
{
background-color: #96665C;
}
</style>
border-color css
<style>
span { border-color: #96665C; }
span { border-color: rgb(150,102,92); }
td.TdClassName
{
border-color: #96665C;
}
.TagClassName
{
border-color: #96665C;
}
</style>