Shades of Leather #916C4E
Tints of Leather #916C4E
RGB
CMYK
RGB Variations
Color information
#916C4E (or 0x916C4E) is known color: Leather. HEX triplet: 91, 6C and 4E. RGB value is (145,108,78). Sum of RGB (Red+Green+Blue) = 145+108+78=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 145 - color contains mainly: red. Hex color #916C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C4E is #6E93B1. Grayscale: #737373. Windows color (decimal): -7246770 or 5139601. OLE color: 5139601.
HSL color Cylindrical-coordinate representation of color #916C4E: hue angle of 26.87º 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 #916C4E is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 108 | 78 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.43 |
| HSL | 26.87º | 0.3% | 0.44% | - |
| HSV(B) | 26.87º | 0.46% | 0.57% | - |
| XYZ | 18.41 | 17.29 | 9.58 | - |
| YUV | 115.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 78 | 0 | 0.26 | 0.46 | 0.43 | 26.87 | 0.3 | 0.44 |
| Hex | 91 | 6C | 4E | 0 | 1A | 2E | 2B | 1B | 1E | 2C |
| Octal | 221 | 154 | 116 | 0 | 32 | 56 | 53 | 33 | 36 | 54 |
| Binary | 10010001 | 1101100 | 1001110 | 0 | 11010 | 101110 | 101011 | 11011 | 11110 | 101100 |
Color Harmonies of #916C4E
Complementary color
Monochromatic Colors of #916C4E
Black with #916C4E
Text Example
Text Example
White with #916C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916C4E; }
p { color: rgb(145,108,78); }
H1.HeaderClassName
{
color: #916C4E;
}
.AnyTagClassName
{
color: #916C4E;
}
</style>
background-color css
<style>
a { background-color: #916C4E; }
a { background-color: rgb(145,108,78); }
div.DivClassName
{
background-color: #916C4E;
}
.BgClassName
{
background-color: #916C4E;
}
</style>
border-color css
<style>
span { border-color: #916C4E; }
span { border-color: rgb(145,108,78); }
td.TdClassName
{
border-color: #916C4E;
}
.TagClassName
{
border-color: #916C4E;
}
</style>