Shades of Dark Chestnut #966B5E
Tints of Dark Chestnut #966B5E
RGB
CMYK
RGB Variations
Color information
#966B5E (or 0x966B5E) is known color: Dark Chestnut. HEX triplet: 96, 6B and 5E. RGB value is (150,107,94). Sum of RGB (Red+Green+Blue) = 150+107+94=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #966B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966B5E is #6994A1. Grayscale: #767676. Windows color (decimal): -6919330 or 6187926. OLE color: 6187926.
HSL color Cylindrical-coordinate representation of color #966B5E: hue angle of 13.93º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #966B5E is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 107 | 94 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.41 |
| HSL | 13.93º | 0.23% | 0.48% | - |
| HSV(B) | 13.93º | 0.37% | 0.59% | - |
| XYZ | 19.86 | 17.81 | 12.98 | - |
| YUV | 118.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 94 | 0 | 0.29 | 0.37 | 0.41 | 13.93 | 0.23 | 0.48 |
| Hex | 96 | 6B | 5E | 0 | 1D | 25 | 29 | E | 17 | 30 |
| Octal | 226 | 153 | 136 | 0 | 35 | 45 | 51 | 16 | 27 | 60 |
| Binary | 10010110 | 1101011 | 1011110 | 0 | 11101 | 100101 | 101001 | 1110 | 10111 | 110000 |
Color Harmonies of #966B5E
Complementary color
Monochromatic Colors of #966B5E
Black with #966B5E
Text Example
Text Example
White with #966B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966B5E; }
p { color: rgb(150,107,94); }
H1.HeaderClassName
{
color: #966B5E;
}
.AnyTagClassName
{
color: #966B5E;
}
</style>
background-color css
<style>
a { background-color: #966B5E; }
a { background-color: rgb(150,107,94); }
div.DivClassName
{
background-color: #966B5E;
}
.BgClassName
{
background-color: #966B5E;
}
</style>
border-color css
<style>
span { border-color: #966B5E; }
span { border-color: rgb(150,107,94); }
td.TdClassName
{
border-color: #966B5E;
}
.TagClassName
{
border-color: #966B5E;
}
</style>