Shades of Leather #916A4E
Tints of Leather #916A4E
RGB
CMYK
RGB Variations
Color information
#916A4E (or 0x916A4E) is known color: Leather. HEX triplet: 91, 6A and 4E. RGB value is (145,106,78). Sum of RGB (Red+Green+Blue) = 145+106+78=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #916A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A4E is #6E95B1. Grayscale: #727272. Windows color (decimal): -7247282 or 5139089. OLE color: 5139089.
HSL color Cylindrical-coordinate representation of color #916A4E: hue angle of 25.07º degrees, saturation: 0.3, 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 #916A4E is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 106 | 78 | - |
| CMYK | 0 | 0.27 | 0.46 | 0.43 |
| HSL | 25.07º | 0.3% | 0.44% | - |
| HSV(B) | 25.07º | 0.46% | 0.57% | - |
| XYZ | 18.21 | 16.88 | 9.51 | - |
| YUV | 114.47 | 107.42 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 106 | 78 | 0 | 0.27 | 0.46 | 0.43 | 25.07 | 0.3 | 0.44 |
| Hex | 91 | 6A | 4E | 0 | 1B | 2E | 2B | 19 | 1E | 2C |
| Octal | 221 | 152 | 116 | 0 | 33 | 56 | 53 | 31 | 36 | 54 |
| Binary | 10010001 | 1101010 | 1001110 | 0 | 11011 | 101110 | 101011 | 11001 | 11110 | 101100 |
Color Harmonies of #916A4E
Complementary color
Monochromatic Colors of #916A4E
Black with #916A4E
Text Example
Text Example
White with #916A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916A4E; }
p { color: rgb(145,106,78); }
H1.HeaderClassName
{
color: #916A4E;
}
.AnyTagClassName
{
color: #916A4E;
}
</style>
background-color css
<style>
a { background-color: #916A4E; }
a { background-color: rgb(145,106,78); }
div.DivClassName
{
background-color: #916A4E;
}
.BgClassName
{
background-color: #916A4E;
}
</style>
border-color css
<style>
span { border-color: #916A4E; }
span { border-color: rgb(145,106,78); }
td.TdClassName
{
border-color: #916A4E;
}
.TagClassName
{
border-color: #916A4E;
}
</style>