Shades of Dark Chestnut #956D63
Tints of Dark Chestnut #956D63
RGB
CMYK
RGB Variations
Color information
#956D63 (or 0x956D63) is known color: Dark Chestnut. HEX triplet: 95, 6D and 63. RGB value is (149,109,99). Sum of RGB (Red+Green+Blue) = 149+109+99=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #956D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956D63 is #6A929C. Grayscale: #777777. Windows color (decimal): -6984349 or 6516117. OLE color: 6516117.
HSL color Cylindrical-coordinate representation of color #956D63: hue angle of 12º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #956D63 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 109 | 99 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.42 |
| HSL | 12º | 0.2% | 0.49% | - |
| HSV(B) | 12º | 0.34% | 0.58% | - |
| XYZ | 20.12 | 18.23 | 14.26 | - |
| YUV | 119.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 99 | 0 | 0.27 | 0.34 | 0.42 | 12 | 0.2 | 0.49 |
| Hex | 95 | 6D | 63 | 0 | 1B | 22 | 2A | C | 14 | 31 |
| Octal | 225 | 155 | 143 | 0 | 33 | 42 | 52 | 14 | 24 | 61 |
| Binary | 10010101 | 1101101 | 1100011 | 0 | 11011 | 100010 | 101010 | 1100 | 10100 | 110001 |
Color Harmonies of #956D63
Complementary color
Monochromatic Colors of #956D63
Black with #956D63
Text Example
Text Example
White with #956D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956D63; }
p { color: rgb(149,109,99); }
H1.HeaderClassName
{
color: #956D63;
}
.AnyTagClassName
{
color: #956D63;
}
</style>
background-color css
<style>
a { background-color: #956D63; }
a { background-color: rgb(149,109,99); }
div.DivClassName
{
background-color: #956D63;
}
.BgClassName
{
background-color: #956D63;
}
</style>
border-color css
<style>
span { border-color: #956D63; }
span { border-color: rgb(149,109,99); }
td.TdClassName
{
border-color: #956D63;
}
.TagClassName
{
border-color: #956D63;
}
</style>