Shades of Leather #946E51
Tints of Leather #946E51
RGB
CMYK
RGB Variations
Color information
#946E51 (or 0x946E51) is known color: Leather. HEX triplet: 94, 6E and 51. RGB value is (148,110,81). Sum of RGB (Red+Green+Blue) = 148+110+81=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #946E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946E51 is #6B91AE. Grayscale: #767676. Windows color (decimal): -7049647 or 5336724. OLE color: 5336724.
HSL color Cylindrical-coordinate representation of color #946E51: hue angle of 25.97º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #946E51 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 110 | 81 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.42 |
| HSL | 25.97º | 0.29% | 0.45% | - |
| HSV(B) | 25.97º | 0.45% | 0.58% | - |
| XYZ | 19.27 | 18.04 | 10.25 | - |
| YUV | 118.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 110 | 81 | 0 | 0.26 | 0.45 | 0.42 | 25.97 | 0.29 | 0.45 |
| Hex | 94 | 6E | 51 | 0 | 1A | 2D | 2A | 1A | 1D | 2D |
| Octal | 224 | 156 | 121 | 0 | 32 | 55 | 52 | 32 | 35 | 55 |
| Binary | 10010100 | 1101110 | 1010001 | 0 | 11010 | 101101 | 101010 | 11010 | 11101 | 101101 |
Color Harmonies of #946E51
Complementary color
Monochromatic Colors of #946E51
Black with #946E51
Text Example
Text Example
White with #946E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946E51; }
p { color: rgb(148,110,81); }
H1.HeaderClassName
{
color: #946E51;
}
.AnyTagClassName
{
color: #946E51;
}
</style>
background-color css
<style>
a { background-color: #946E51; }
a { background-color: rgb(148,110,81); }
div.DivClassName
{
background-color: #946E51;
}
.BgClassName
{
background-color: #946E51;
}
</style>
border-color css
<style>
span { border-color: #946E51; }
span { border-color: rgb(148,110,81); }
td.TdClassName
{
border-color: #946E51;
}
.TagClassName
{
border-color: #946E51;
}
</style>