Shades of Dark Chestnut #966D63
Tints of Dark Chestnut #966D63
RGB
CMYK
RGB Variations
Color information
#966D63 (or 0x966D63) is known color: Dark Chestnut. HEX triplet: 96, 6D and 63. RGB value is (150,109,99). Sum of RGB (Red+Green+Blue) = 150+109+99=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #966D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966D63 is #69929C. Grayscale: #787878. Windows color (decimal): -6918813 or 6516118. OLE color: 6516118.
HSL color Cylindrical-coordinate representation of color #966D63: hue angle of 11.76º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #966D63 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 99 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.41 |
| HSL | 11.76º | 0.2% | 0.49% | - |
| HSV(B) | 11.76º | 0.34% | 0.59% | - |
| XYZ | 20.3 | 18.32 | 14.27 | - |
| YUV | 120.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 99 | 0 | 0.27 | 0.34 | 0.41 | 11.76 | 0.2 | 0.49 |
| Hex | 96 | 6D | 63 | 0 | 1B | 22 | 29 | C | 14 | 31 |
| Octal | 226 | 155 | 143 | 0 | 33 | 42 | 51 | 14 | 24 | 61 |
| Binary | 10010110 | 1101101 | 1100011 | 0 | 11011 | 100010 | 101001 | 1100 | 10100 | 110001 |
Color Harmonies of #966D63
Complementary color
Monochromatic Colors of #966D63
Black with #966D63
Text Example
Text Example
White with #966D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D63; }
p { color: rgb(150,109,99); }
H1.HeaderClassName
{
color: #966D63;
}
.AnyTagClassName
{
color: #966D63;
}
</style>
background-color css
<style>
a { background-color: #966D63; }
a { background-color: rgb(150,109,99); }
div.DivClassName
{
background-color: #966D63;
}
.BgClassName
{
background-color: #966D63;
}
</style>
border-color css
<style>
span { border-color: #966D63; }
span { border-color: rgb(150,109,99); }
td.TdClassName
{
border-color: #966D63;
}
.TagClassName
{
border-color: #966D63;
}
</style>