Shades of Dark Chestnut #966D62
Tints of Dark Chestnut #966D62
RGB
CMYK
RGB Variations
Color information
#966D62 (or 0x966D62) is known color: Dark Chestnut. HEX triplet: 96, 6D and 62. RGB value is (150,109,98). Sum of RGB (Red+Green+Blue) = 150+109+98=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #966D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966D62 is #69929D. Grayscale: #787878. Windows color (decimal): -6918814 or 6450582. OLE color: 6450582.
HSL color Cylindrical-coordinate representation of color #966D62: hue angle of 12.69º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #966D62 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 98 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.41 |
| HSL | 12.69º | 0.21% | 0.49% | - |
| HSV(B) | 12.69º | 0.35% | 0.59% | - |
| XYZ | 20.25 | 18.3 | 14.02 | - |
| YUV | 120.01 | 115.58 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 98 | 0 | 0.27 | 0.35 | 0.41 | 12.69 | 0.21 | 0.49 |
| Hex | 96 | 6D | 62 | 0 | 1B | 23 | 29 | D | 15 | 31 |
| Octal | 226 | 155 | 142 | 0 | 33 | 43 | 51 | 15 | 25 | 61 |
| Binary | 10010110 | 1101101 | 1100010 | 0 | 11011 | 100011 | 101001 | 1101 | 10101 | 110001 |
Color Harmonies of #966D62
Complementary color
Monochromatic Colors of #966D62
Black with #966D62
Text Example
Text Example
White with #966D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D62; }
p { color: rgb(150,109,98); }
H1.HeaderClassName
{
color: #966D62;
}
.AnyTagClassName
{
color: #966D62;
}
</style>
background-color css
<style>
a { background-color: #966D62; }
a { background-color: rgb(150,109,98); }
div.DivClassName
{
background-color: #966D62;
}
.BgClassName
{
background-color: #966D62;
}
</style>
border-color css
<style>
span { border-color: #966D62; }
span { border-color: rgb(150,109,98); }
td.TdClassName
{
border-color: #966D62;
}
.TagClassName
{
border-color: #966D62;
}
</style>