Shades of Dark Chestnut #956B5F
Tints of Dark Chestnut #956B5F
RGB
CMYK
RGB Variations
Color information
#956B5F (or 0x956B5F) is known color: Dark Chestnut. HEX triplet: 95, 6B and 5F. RGB value is (149,107,95). Sum of RGB (Red+Green+Blue) = 149+107+95=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #956B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B5F is #6A94A0. Grayscale: #767676. Windows color (decimal): -6984865 or 6253461. OLE color: 6253461.
HSL color Cylindrical-coordinate representation of color #956B5F: hue angle of 13.33º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #956B5F is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 107 | 95 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.42 |
| HSL | 13.33º | 0.22% | 0.48% | - |
| HSV(B) | 13.33º | 0.36% | 0.58% | - |
| XYZ | 19.72 | 17.73 | 13.21 | - |
| YUV | 118.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 95 | 0 | 0.28 | 0.36 | 0.42 | 13.33 | 0.22 | 0.48 |
| Hex | 95 | 6B | 5F | 0 | 1C | 24 | 2A | D | 16 | 30 |
| Octal | 225 | 153 | 137 | 0 | 34 | 44 | 52 | 15 | 26 | 60 |
| Binary | 10010101 | 1101011 | 1011111 | 0 | 11100 | 100100 | 101010 | 1101 | 10110 | 110000 |
Color Harmonies of #956B5F
Complementary color
Monochromatic Colors of #956B5F
Black with #956B5F
Text Example
Text Example
White with #956B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956B5F; }
p { color: rgb(149,107,95); }
H1.HeaderClassName
{
color: #956B5F;
}
.AnyTagClassName
{
color: #956B5F;
}
</style>
background-color css
<style>
a { background-color: #956B5F; }
a { background-color: rgb(149,107,95); }
div.DivClassName
{
background-color: #956B5F;
}
.BgClassName
{
background-color: #956B5F;
}
</style>
border-color css
<style>
span { border-color: #956B5F; }
span { border-color: rgb(149,107,95); }
td.TdClassName
{
border-color: #956B5F;
}
.TagClassName
{
border-color: #956B5F;
}
</style>