Shades of Leather #91685A
Tints of Leather #91685A
RGB
CMYK
RGB Variations
Color information
#91685A (or 0x91685A) is known color: Leather. HEX triplet: 91, 68 and 5A. RGB value is (145,104,90). Sum of RGB (Red+Green+Blue) = 145+104+90=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #91685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91685A is #6E97A5. Grayscale: #727272. Windows color (decimal): -7247782 or 5925009. OLE color: 5925009.
HSL color Cylindrical-coordinate representation of color #91685A: hue angle of 15.27º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91685A is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 104 | 90 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.43 |
| HSL | 15.27º | 0.23% | 0.46% | - |
| HSV(B) | 15.27º | 0.38% | 0.57% | - |
| XYZ | 18.47 | 16.66 | 11.91 | - |
| YUV | 114.66 | 114.08 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 90 | 0 | 0.28 | 0.38 | 0.43 | 15.27 | 0.23 | 0.46 |
| Hex | 91 | 68 | 5A | 0 | 1C | 26 | 2B | F | 17 | 2E |
| Octal | 221 | 150 | 132 | 0 | 34 | 46 | 53 | 17 | 27 | 56 |
| Binary | 10010001 | 1101000 | 1011010 | 0 | 11100 | 100110 | 101011 | 1111 | 10111 | 101110 |
Color Harmonies of #91685A
Complementary color
Monochromatic Colors of #91685A
Black with #91685A
Text Example
Text Example
White with #91685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91685A; }
p { color: rgb(145,104,90); }
H1.HeaderClassName
{
color: #91685A;
}
.AnyTagClassName
{
color: #91685A;
}
</style>
background-color css
<style>
a { background-color: #91685A; }
a { background-color: rgb(145,104,90); }
div.DivClassName
{
background-color: #91685A;
}
.BgClassName
{
background-color: #91685A;
}
</style>
border-color css
<style>
span { border-color: #91685A; }
span { border-color: rgb(145,104,90); }
td.TdClassName
{
border-color: #91685A;
}
.TagClassName
{
border-color: #91685A;
}
</style>