Shades of Dark Chestnut #957166
Tints of Dark Chestnut #957166
RGB
CMYK
RGB Variations
Color information
#957166 (or 0x957166) is known color: Dark Chestnut. HEX triplet: 95, 71 and 66. RGB value is (149,113,102). Sum of RGB (Red+Green+Blue) = 149+113+102=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #957166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957166 is #6A8E99. Grayscale: #7A7A7A. Windows color (decimal): -6983322 or 6713749. OLE color: 6713749.
HSL color Cylindrical-coordinate representation of color #957166: hue angle of 14.04º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #957166 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 113 | 102 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.42 |
| HSL | 14.04º | 0.19% | 0.49% | - |
| HSV(B) | 14.04º | 0.32% | 0.58% | - |
| XYZ | 20.7 | 19.16 | 15.18 | - |
| YUV | 122.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 102 | 0 | 0.24 | 0.32 | 0.42 | 14.04 | 0.19 | 0.49 |
| Hex | 95 | 71 | 66 | 0 | 18 | 20 | 2A | E | 13 | 31 |
| Octal | 225 | 161 | 146 | 0 | 30 | 40 | 52 | 16 | 23 | 61 |
| Binary | 10010101 | 1110001 | 1100110 | 0 | 11000 | 100000 | 101010 | 1110 | 10011 | 110001 |
Color Harmonies of #957166
Complementary color
Monochromatic Colors of #957166
Black with #957166
Text Example
Text Example
White with #957166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957166; }
p { color: rgb(149,113,102); }
H1.HeaderClassName
{
color: #957166;
}
.AnyTagClassName
{
color: #957166;
}
</style>
background-color css
<style>
a { background-color: #957166; }
a { background-color: rgb(149,113,102); }
div.DivClassName
{
background-color: #957166;
}
.BgClassName
{
background-color: #957166;
}
</style>
border-color css
<style>
span { border-color: #957166; }
span { border-color: rgb(149,113,102); }
td.TdClassName
{
border-color: #957166;
}
.TagClassName
{
border-color: #957166;
}
</style>