Shades of Dark Chestnut #966C63
Tints of Dark Chestnut #966C63
RGB
CMYK
RGB Variations
Color information
#966C63 (or 0x966C63) is known color: Dark Chestnut. HEX triplet: 96, 6C and 63. RGB value is (150,108,99). Sum of RGB (Red+Green+Blue) = 150+108+99=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #966C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966C63 is #69939C. Grayscale: #777777. Windows color (decimal): -6919069 or 6515862. OLE color: 6515862.
HSL color Cylindrical-coordinate representation of color #966C63: hue angle of 10.59º 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 #966C63 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 108 | 99 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.41 |
| HSL | 10.59º | 0.2% | 0.49% | - |
| HSV(B) | 10.59º | 0.34% | 0.59% | - |
| XYZ | 20.19 | 18.11 | 14.24 | - |
| YUV | 119.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 99 | 0 | 0.28 | 0.34 | 0.41 | 10.59 | 0.2 | 0.49 |
| Hex | 96 | 6C | 63 | 0 | 1C | 22 | 29 | B | 14 | 31 |
| Octal | 226 | 154 | 143 | 0 | 34 | 42 | 51 | 13 | 24 | 61 |
| Binary | 10010110 | 1101100 | 1100011 | 0 | 11100 | 100010 | 101001 | 1011 | 10100 | 110001 |
Color Harmonies of #966C63
Complementary color
Monochromatic Colors of #966C63
Black with #966C63
Text Example
Text Example
White with #966C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966C63; }
p { color: rgb(150,108,99); }
H1.HeaderClassName
{
color: #966C63;
}
.AnyTagClassName
{
color: #966C63;
}
</style>
background-color css
<style>
a { background-color: #966C63; }
a { background-color: rgb(150,108,99); }
div.DivClassName
{
background-color: #966C63;
}
.BgClassName
{
background-color: #966C63;
}
</style>
border-color css
<style>
span { border-color: #966C63; }
span { border-color: rgb(150,108,99); }
td.TdClassName
{
border-color: #966C63;
}
.TagClassName
{
border-color: #966C63;
}
</style>