Shades of Leather #90654F
Tints of Leather #90654F
RGB
CMYK
RGB Variations
Color information
#90654F (or 0x90654F) is known color: Leather. HEX triplet: 90, 65 and 4F. RGB value is (144,101,79). Sum of RGB (Red+Green+Blue) = 144+101+79=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #90654F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90654F is #6F9AB0. Grayscale: #6F6F6F. Windows color (decimal): -7314097 or 5203344. OLE color: 5203344.
HSL color Cylindrical-coordinate representation of color #90654F: hue angle of 20.31º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #90654F is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 101 | 79 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.44 |
| HSL | 20.31º | 0.29% | 0.44% | - |
| HSV(B) | 20.31º | 0.45% | 0.56% | - |
| XYZ | 17.57 | 15.8 | 9.52 | - |
| YUV | 111.35 | 109.75 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 101 | 79 | 0 | 0.30 | 0.45 | 0.44 | 20.31 | 0.29 | 0.44 |
| Hex | 90 | 65 | 4F | 0 | 1E | 2D | 2C | 14 | 1D | 2C |
| Octal | 220 | 145 | 117 | 0 | 36 | 55 | 54 | 24 | 35 | 54 |
| Binary | 10010000 | 1100101 | 1001111 | 0 | 11110 | 101101 | 101100 | 10100 | 11101 | 101100 |
Color Harmonies of #90654F
Complementary color
Monochromatic Colors of #90654F
Black with #90654F
Text Example
Text Example
White with #90654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90654F; }
p { color: rgb(144,101,79); }
H1.HeaderClassName
{
color: #90654F;
}
.AnyTagClassName
{
color: #90654F;
}
</style>
background-color css
<style>
a { background-color: #90654F; }
a { background-color: rgb(144,101,79); }
div.DivClassName
{
background-color: #90654F;
}
.BgClassName
{
background-color: #90654F;
}
</style>
border-color css
<style>
span { border-color: #90654F; }
span { border-color: rgb(144,101,79); }
td.TdClassName
{
border-color: #90654F;
}
.TagClassName
{
border-color: #90654F;
}
</style>