Shades of Dark Chestnut #967166
Tints of Dark Chestnut #967166
RGB
CMYK
RGB Variations
Color information
#967166 (or 0x967166) is known color: Dark Chestnut. HEX triplet: 96, 71 and 66. RGB value is (150,113,102). Sum of RGB (Red+Green+Blue) = 150+113+102=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #967166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967166 is #698E99. Grayscale: #7A7A7A. Windows color (decimal): -6917786 or 6713750. OLE color: 6713750.
HSL color Cylindrical-coordinate representation of color #967166: hue angle of 13.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #967166 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 113 | 102 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.41 |
| HSL | 13.75º | 0.19% | 0.49% | - |
| HSV(B) | 13.75º | 0.32% | 0.59% | - |
| XYZ | 20.88 | 19.25 | 15.19 | - |
| YUV | 122.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 113 | 102 | 0 | 0.25 | 0.32 | 0.41 | 13.75 | 0.19 | 0.49 |
| Hex | 96 | 71 | 66 | 0 | 19 | 20 | 29 | E | 13 | 31 |
| Octal | 226 | 161 | 146 | 0 | 31 | 40 | 51 | 16 | 23 | 61 |
| Binary | 10010110 | 1110001 | 1100110 | 0 | 11001 | 100000 | 101001 | 1110 | 10011 | 110001 |
Color Harmonies of #967166
Complementary color
Monochromatic Colors of #967166
Black with #967166
Text Example
Text Example
White with #967166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967166; }
p { color: rgb(150,113,102); }
H1.HeaderClassName
{
color: #967166;
}
.AnyTagClassName
{
color: #967166;
}
</style>
background-color css
<style>
a { background-color: #967166; }
a { background-color: rgb(150,113,102); }
div.DivClassName
{
background-color: #967166;
}
.BgClassName
{
background-color: #967166;
}
</style>
border-color css
<style>
span { border-color: #967166; }
span { border-color: rgb(150,113,102); }
td.TdClassName
{
border-color: #967166;
}
.TagClassName
{
border-color: #967166;
}
</style>