Shades of Dark Chestnut #956E69
Tints of Dark Chestnut #956E69
RGB
CMYK
RGB Variations
Color information
#956E69 (or 0x956E69) is known color: Dark Chestnut. HEX triplet: 95, 6E and 69. RGB value is (149,110,105). Sum of RGB (Red+Green+Blue) = 149+110+105=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #956E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E69 is #6A9196. Grayscale: #797979. Windows color (decimal): -6984087 or 6909589. OLE color: 6909589.
HSL color Cylindrical-coordinate representation of color #956E69: hue angle of 6.82º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956E69 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 110 | 105 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.42 |
| HSL | 6.82º | 0.17% | 0.5% | - |
| HSV(B) | 6.82º | 0.3% | 0.58% | - |
| XYZ | 20.52 | 18.56 | 15.87 | - |
| YUV | 121.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 110 | 105 | 0 | 0.26 | 0.30 | 0.42 | 6.82 | 0.17 | 0.5 |
| Hex | 95 | 6E | 69 | 0 | 1A | 1E | 2A | 7 | 11 | 32 |
| Octal | 225 | 156 | 151 | 0 | 32 | 36 | 52 | 7 | 21 | 62 |
| Binary | 10010101 | 1101110 | 1101001 | 0 | 11010 | 11110 | 101010 | 111 | 10001 | 110010 |
Color Harmonies of #956E69
Complementary color
Monochromatic Colors of #956E69
Black with #956E69
Text Example
Text Example
White with #956E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956E69; }
p { color: rgb(149,110,105); }
H1.HeaderClassName
{
color: #956E69;
}
.AnyTagClassName
{
color: #956E69;
}
</style>
background-color css
<style>
a { background-color: #956E69; }
a { background-color: rgb(149,110,105); }
div.DivClassName
{
background-color: #956E69;
}
.BgClassName
{
background-color: #956E69;
}
</style>
border-color css
<style>
span { border-color: #956E69; }
span { border-color: rgb(149,110,105); }
td.TdClassName
{
border-color: #956E69;
}
.TagClassName
{
border-color: #956E69;
}
</style>