Shades of Leather #956D54
Tints of Leather #956D54
RGB
CMYK
RGB Variations
Color information
#956D54 (or 0x956D54) is known color: Leather. HEX triplet: 95, 6D and 54. RGB value is (149,109,84). Sum of RGB (Red+Green+Blue) = 149+109+84=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #956D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956D54 is #6A92AB. Grayscale: #767676. Windows color (decimal): -6984364 or 5533077. OLE color: 5533077.
HSL color Cylindrical-coordinate representation of color #956D54: hue angle of 23.08º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #956D54 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 109 | 84 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.42 |
| HSL | 23.08º | 0.28% | 0.46% | - |
| HSV(B) | 23.08º | 0.44% | 0.58% | - |
| XYZ | 19.46 | 17.97 | 10.83 | - |
| YUV | 118.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 84 | 0 | 0.27 | 0.44 | 0.42 | 23.08 | 0.28 | 0.46 |
| Hex | 95 | 6D | 54 | 0 | 1B | 2C | 2A | 17 | 1C | 2E |
| Octal | 225 | 155 | 124 | 0 | 33 | 54 | 52 | 27 | 34 | 56 |
| Binary | 10010101 | 1101101 | 1010100 | 0 | 11011 | 101100 | 101010 | 10111 | 11100 | 101110 |
Color Harmonies of #956D54
Complementary color
Monochromatic Colors of #956D54
Black with #956D54
Text Example
Text Example
White with #956D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956D54; }
p { color: rgb(149,109,84); }
H1.HeaderClassName
{
color: #956D54;
}
.AnyTagClassName
{
color: #956D54;
}
</style>
background-color css
<style>
a { background-color: #956D54; }
a { background-color: rgb(149,109,84); }
div.DivClassName
{
background-color: #956D54;
}
.BgClassName
{
background-color: #956D54;
}
</style>
border-color css
<style>
span { border-color: #956D54; }
span { border-color: rgb(149,109,84); }
td.TdClassName
{
border-color: #956D54;
}
.TagClassName
{
border-color: #956D54;
}
</style>