Shades of Dark Chestnut #966E63
Tints of Dark Chestnut #966E63
RGB
CMYK
RGB Variations
Color information
#966E63 (or 0x966E63) is known color: Dark Chestnut. HEX triplet: 96, 6E and 63. RGB value is (150,110,99). Sum of RGB (Red+Green+Blue) = 150+110+99=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #966E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966E63 is #69919C. Grayscale: #787878. Windows color (decimal): -6918557 or 6516374. OLE color: 6516374.
HSL color Cylindrical-coordinate representation of color #966E63: hue angle of 12.94º 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 #966E63 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 110 | 99 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.41 |
| HSL | 12.94º | 0.2% | 0.49% | - |
| HSV(B) | 12.94º | 0.34% | 0.59% | - |
| XYZ | 20.41 | 18.54 | 14.31 | - |
| YUV | 120.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 99 | 0 | 0.27 | 0.34 | 0.41 | 12.94 | 0.2 | 0.49 |
| Hex | 96 | 6E | 63 | 0 | 1B | 22 | 29 | D | 14 | 31 |
| Octal | 226 | 156 | 143 | 0 | 33 | 42 | 51 | 15 | 24 | 61 |
| Binary | 10010110 | 1101110 | 1100011 | 0 | 11011 | 100010 | 101001 | 1101 | 10100 | 110001 |
Color Harmonies of #966E63
Complementary color
Monochromatic Colors of #966E63
Black with #966E63
Text Example
Text Example
White with #966E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966E63; }
p { color: rgb(150,110,99); }
H1.HeaderClassName
{
color: #966E63;
}
.AnyTagClassName
{
color: #966E63;
}
</style>
background-color css
<style>
a { background-color: #966E63; }
a { background-color: rgb(150,110,99); }
div.DivClassName
{
background-color: #966E63;
}
.BgClassName
{
background-color: #966E63;
}
</style>
border-color css
<style>
span { border-color: #966E63; }
span { border-color: rgb(150,110,99); }
td.TdClassName
{
border-color: #966E63;
}
.TagClassName
{
border-color: #966E63;
}
</style>