Shades of Leather #916C4F
Tints of Leather #916C4F
RGB
CMYK
RGB Variations
Color information
#916C4F (or 0x916C4F) is known color: Leather. HEX triplet: 91, 6C and 4F. RGB value is (145,108,79). Sum of RGB (Red+Green+Blue) = 145+108+79=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #916C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C4F is #6E93B0. Grayscale: #737373. Windows color (decimal): -7246769 or 5205137. OLE color: 5205137.
HSL color Cylindrical-coordinate representation of color #916C4F: hue angle of 26.36º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #916C4F is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 108 | 79 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.43 |
| HSL | 26.36º | 0.29% | 0.44% | - |
| HSV(B) | 26.36º | 0.46% | 0.57% | - |
| XYZ | 18.45 | 17.31 | 9.77 | - |
| YUV | 115.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 79 | 0 | 0.26 | 0.46 | 0.43 | 26.36 | 0.29 | 0.44 |
| Hex | 91 | 6C | 4F | 0 | 1A | 2E | 2B | 1A | 1D | 2C |
| Octal | 221 | 154 | 117 | 0 | 32 | 56 | 53 | 32 | 35 | 54 |
| Binary | 10010001 | 1101100 | 1001111 | 0 | 11010 | 101110 | 101011 | 11010 | 11101 | 101100 |
Color Harmonies of #916C4F
Complementary color
Monochromatic Colors of #916C4F
Black with #916C4F
Text Example
Text Example
White with #916C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916C4F; }
p { color: rgb(145,108,79); }
H1.HeaderClassName
{
color: #916C4F;
}
.AnyTagClassName
{
color: #916C4F;
}
</style>
background-color css
<style>
a { background-color: #916C4F; }
a { background-color: rgb(145,108,79); }
div.DivClassName
{
background-color: #916C4F;
}
.BgClassName
{
background-color: #916C4F;
}
</style>
border-color css
<style>
span { border-color: #916C4F; }
span { border-color: rgb(145,108,79); }
td.TdClassName
{
border-color: #916C4F;
}
.TagClassName
{
border-color: #916C4F;
}
</style>