Shades of Leather #90654E
Tints of Leather #90654E
RGB
CMYK
RGB Variations
Color information
#90654E (or 0x90654E) is known color: Leather. HEX triplet: 90, 65 and 4E. RGB value is (144,101,78). Sum of RGB (Red+Green+Blue) = 144+101+78=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 144 - color contains mainly: red. Hex color #90654E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90654E is #6F9AB1. Grayscale: #6F6F6F. Windows color (decimal): -7314098 or 5137808. OLE color: 5137808.
HSL color Cylindrical-coordinate representation of color #90654E: hue angle of 20.91º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90654E is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 101 | 78 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.44 |
| HSL | 20.91º | 0.3% | 0.44% | - |
| HSV(B) | 20.91º | 0.46% | 0.56% | - |
| XYZ | 17.53 | 15.79 | 9.33 | - |
| YUV | 111.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 101 | 78 | 0 | 0.30 | 0.46 | 0.44 | 20.91 | 0.3 | 0.44 |
| Hex | 90 | 65 | 4E | 0 | 1E | 2E | 2C | 15 | 1E | 2C |
| Octal | 220 | 145 | 116 | 0 | 36 | 56 | 54 | 25 | 36 | 54 |
| Binary | 10010000 | 1100101 | 1001110 | 0 | 11110 | 101110 | 101100 | 10101 | 11110 | 101100 |
Color Harmonies of #90654E
Complementary color
Monochromatic Colors of #90654E
Black with #90654E
Text Example
Text Example
White with #90654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90654E; }
p { color: rgb(144,101,78); }
H1.HeaderClassName
{
color: #90654E;
}
.AnyTagClassName
{
color: #90654E;
}
</style>
background-color css
<style>
a { background-color: #90654E; }
a { background-color: rgb(144,101,78); }
div.DivClassName
{
background-color: #90654E;
}
.BgClassName
{
background-color: #90654E;
}
</style>
border-color css
<style>
span { border-color: #90654E; }
span { border-color: rgb(144,101,78); }
td.TdClassName
{
border-color: #90654E;
}
.TagClassName
{
border-color: #90654E;
}
</style>