Shades of Dark Chestnut #956C66
Tints of Dark Chestnut #956C66
RGB
CMYK
RGB Variations
Color information
#956C66 (or 0x956C66) is known color: Dark Chestnut. HEX triplet: 95, 6C and 66. RGB value is (149,108,102). Sum of RGB (Red+Green+Blue) = 149+108+102=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #956C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956C66 is #6A9399. Grayscale: #777777. Windows color (decimal): -6984602 or 6712469. OLE color: 6712469.
HSL color Cylindrical-coordinate representation of color #956C66: hue angle of 7.66º 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 #956C66 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 102 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.42 |
| HSL | 7.66º | 0.19% | 0.49% | - |
| HSV(B) | 7.66º | 0.32% | 0.58% | - |
| XYZ | 20.16 | 18.07 | 15 | - |
| YUV | 119.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 102 | 0 | 0.28 | 0.32 | 0.42 | 7.66 | 0.19 | 0.49 |
| Hex | 95 | 6C | 66 | 0 | 1C | 20 | 2A | 8 | 13 | 31 |
| Octal | 225 | 154 | 146 | 0 | 34 | 40 | 52 | 10 | 23 | 61 |
| Binary | 10010101 | 1101100 | 1100110 | 0 | 11100 | 100000 | 101010 | 1000 | 10011 | 110001 |
Color Harmonies of #956C66
Complementary color
Monochromatic Colors of #956C66
Black with #956C66
Text Example
Text Example
White with #956C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C66; }
p { color: rgb(149,108,102); }
H1.HeaderClassName
{
color: #956C66;
}
.AnyTagClassName
{
color: #956C66;
}
</style>
background-color css
<style>
a { background-color: #956C66; }
a { background-color: rgb(149,108,102); }
div.DivClassName
{
background-color: #956C66;
}
.BgClassName
{
background-color: #956C66;
}
</style>
border-color css
<style>
span { border-color: #956C66; }
span { border-color: rgb(149,108,102); }
td.TdClassName
{
border-color: #956C66;
}
.TagClassName
{
border-color: #956C66;
}
</style>