Shades of Dark Chestnut #956E62
Tints of Dark Chestnut #956E62
RGB
CMYK
RGB Variations
Color information
#956E62 (or 0x956E62) is known color: Dark Chestnut. HEX triplet: 95, 6E and 62. RGB value is (149,110,98). Sum of RGB (Red+Green+Blue) = 149+110+98=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #956E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956E62 is #6A919D. Grayscale: #787878. Windows color (decimal): -6984094 or 6450837. OLE color: 6450837.
HSL color Cylindrical-coordinate representation of color #956E62: hue angle of 14.12º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #956E62 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 110 | 98 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.42 |
| HSL | 14.12º | 0.21% | 0.48% | - |
| HSV(B) | 14.12º | 0.34% | 0.58% | - |
| XYZ | 20.17 | 18.42 | 14.05 | - |
| YUV | 120.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 110 | 98 | 0 | 0.26 | 0.34 | 0.42 | 14.12 | 0.21 | 0.48 |
| Hex | 95 | 6E | 62 | 0 | 1A | 22 | 2A | E | 15 | 30 |
| Octal | 225 | 156 | 142 | 0 | 32 | 42 | 52 | 16 | 25 | 60 |
| Binary | 10010101 | 1101110 | 1100010 | 0 | 11010 | 100010 | 101010 | 1110 | 10101 | 110000 |
Color Harmonies of #956E62
Complementary color
Monochromatic Colors of #956E62
Black with #956E62
Text Example
Text Example
White with #956E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956E62; }
p { color: rgb(149,110,98); }
H1.HeaderClassName
{
color: #956E62;
}
.AnyTagClassName
{
color: #956E62;
}
</style>
background-color css
<style>
a { background-color: #956E62; }
a { background-color: rgb(149,110,98); }
div.DivClassName
{
background-color: #956E62;
}
.BgClassName
{
background-color: #956E62;
}
</style>
border-color css
<style>
span { border-color: #956E62; }
span { border-color: rgb(149,110,98); }
td.TdClassName
{
border-color: #956E62;
}
.TagClassName
{
border-color: #956E62;
}
</style>