Shades of Leather #916C52
Tints of Leather #916C52
RGB
CMYK
RGB Variations
Color information
#916C52 (or 0x916C52) is known color: Leather. HEX triplet: 91, 6C and 52. RGB value is (145,108,82). Sum of RGB (Red+Green+Blue) = 145+108+82=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #916C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C52 is #6E93AD. Grayscale: #747474. Windows color (decimal): -7246766 or 5401745. OLE color: 5401745.
HSL color Cylindrical-coordinate representation of color #916C52: hue angle of 24.76º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #916C52 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 108 | 82 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.43 |
| HSL | 24.76º | 0.28% | 0.45% | - |
| HSV(B) | 24.76º | 0.43% | 0.57% | - |
| XYZ | 18.56 | 17.35 | 10.35 | - |
| YUV | 116.1 | 108.76 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 82 | 0 | 0.26 | 0.43 | 0.43 | 24.76 | 0.28 | 0.45 |
| Hex | 91 | 6C | 52 | 0 | 1A | 2B | 2B | 19 | 1C | 2D |
| Octal | 221 | 154 | 122 | 0 | 32 | 53 | 53 | 31 | 34 | 55 |
| Binary | 10010001 | 1101100 | 1010010 | 0 | 11010 | 101011 | 101011 | 11001 | 11100 | 101101 |
Color Harmonies of #916C52
Complementary color
Monochromatic Colors of #916C52
Black with #916C52
Text Example
Text Example
White with #916C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916C52; }
p { color: rgb(145,108,82); }
H1.HeaderClassName
{
color: #916C52;
}
.AnyTagClassName
{
color: #916C52;
}
</style>
background-color css
<style>
a { background-color: #916C52; }
a { background-color: rgb(145,108,82); }
div.DivClassName
{
background-color: #916C52;
}
.BgClassName
{
background-color: #916C52;
}
</style>
border-color css
<style>
span { border-color: #916C52; }
span { border-color: rgb(145,108,82); }
td.TdClassName
{
border-color: #916C52;
}
.TagClassName
{
border-color: #916C52;
}
</style>