Shades of Leather #916A51
Tints of Leather #916A51
RGB
CMYK
RGB Variations
Color information
#916A51 (or 0x916A51) is known color: Leather. HEX triplet: 91, 6A and 51. RGB value is (145,106,81). Sum of RGB (Red+Green+Blue) = 145+106+81=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #916A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A51 is #6E95AE. Grayscale: #727272. Windows color (decimal): -7247279 or 5335697. OLE color: 5335697.
HSL color Cylindrical-coordinate representation of color #916A51: hue angle of 23.44º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #916A51 is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 106 | 81 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.43 |
| HSL | 23.44º | 0.28% | 0.44% | - |
| HSV(B) | 23.44º | 0.44% | 0.57% | - |
| XYZ | 18.32 | 16.92 | 10.09 | - |
| YUV | 114.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 106 | 81 | 0 | 0.27 | 0.44 | 0.43 | 23.44 | 0.28 | 0.44 |
| Hex | 91 | 6A | 51 | 0 | 1B | 2C | 2B | 17 | 1C | 2C |
| Octal | 221 | 152 | 121 | 0 | 33 | 54 | 53 | 27 | 34 | 54 |
| Binary | 10010001 | 1101010 | 1010001 | 0 | 11011 | 101100 | 101011 | 10111 | 11100 | 101100 |
Color Harmonies of #916A51
Complementary color
Monochromatic Colors of #916A51
Black with #916A51
Text Example
Text Example
White with #916A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916A51; }
p { color: rgb(145,106,81); }
H1.HeaderClassName
{
color: #916A51;
}
.AnyTagClassName
{
color: #916A51;
}
</style>
background-color css
<style>
a { background-color: #916A51; }
a { background-color: rgb(145,106,81); }
div.DivClassName
{
background-color: #916A51;
}
.BgClassName
{
background-color: #916A51;
}
</style>
border-color css
<style>
span { border-color: #916A51; }
span { border-color: rgb(145,106,81); }
td.TdClassName
{
border-color: #916A51;
}
.TagClassName
{
border-color: #916A51;
}
</style>