Shades of Dark Chestnut #966662
Tints of Dark Chestnut #966662
RGB
CMYK
RGB Variations
Color information
#966662 (or 0x966662) is known color: Dark Chestnut. HEX triplet: 96, 66 and 62. RGB value is (150,102,98). Sum of RGB (Red+Green+Blue) = 150+102+98=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #966662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966662 is #69999D. Grayscale: #737373. Windows color (decimal): -6920606 or 6448790. OLE color: 6448790.
HSL color Cylindrical-coordinate representation of color #966662: hue angle of 4.62º 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 #966662 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 102 | 98 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.41 |
| HSL | 4.62º | 0.21% | 0.49% | - |
| HSV(B) | 4.62º | 0.35% | 0.59% | - |
| XYZ | 19.53 | 16.87 | 13.78 | - |
| YUV | 115.9 | 117.9 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 98 | 0 | 0.32 | 0.35 | 0.41 | 4.62 | 0.21 | 0.49 |
| Hex | 96 | 66 | 62 | 0 | 20 | 23 | 29 | 5 | 15 | 31 |
| Octal | 226 | 146 | 142 | 0 | 40 | 43 | 51 | 5 | 25 | 61 |
| Binary | 10010110 | 1100110 | 1100010 | 0 | 100000 | 100011 | 101001 | 101 | 10101 | 110001 |
Color Harmonies of #966662
Complementary color
Monochromatic Colors of #966662
Black with #966662
Text Example
Text Example
White with #966662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966662; }
p { color: rgb(150,102,98); }
H1.HeaderClassName
{
color: #966662;
}
.AnyTagClassName
{
color: #966662;
}
</style>
background-color css
<style>
a { background-color: #966662; }
a { background-color: rgb(150,102,98); }
div.DivClassName
{
background-color: #966662;
}
.BgClassName
{
background-color: #966662;
}
</style>
border-color css
<style>
span { border-color: #966662; }
span { border-color: rgb(150,102,98); }
td.TdClassName
{
border-color: #966662;
}
.TagClassName
{
border-color: #966662;
}
</style>