Shades of Leather #90684F
Tints of Leather #90684F
RGB
CMYK
RGB Variations
Color information
#90684F (or 0x90684F) is known color: Leather. HEX triplet: 90, 68 and 4F. RGB value is (144,104,79). Sum of RGB (Red+Green+Blue) = 144+104+79=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #90684F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90684F is #6F97B0. Grayscale: #717171. Windows color (decimal): -7313329 or 5204112. OLE color: 5204112.
HSL color Cylindrical-coordinate representation of color #90684F: hue angle of 23.08º 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 #90684F is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 104 | 79 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.44 |
| HSL | 23.08º | 0.29% | 0.44% | - |
| HSV(B) | 23.08º | 0.45% | 0.56% | - |
| XYZ | 17.86 | 16.39 | 9.62 | - |
| YUV | 113.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 104 | 79 | 0 | 0.28 | 0.45 | 0.44 | 23.08 | 0.29 | 0.44 |
| Hex | 90 | 68 | 4F | 0 | 1C | 2D | 2C | 17 | 1D | 2C |
| Octal | 220 | 150 | 117 | 0 | 34 | 55 | 54 | 27 | 35 | 54 |
| Binary | 10010000 | 1101000 | 1001111 | 0 | 11100 | 101101 | 101100 | 10111 | 11101 | 101100 |
Color Harmonies of #90684F
Complementary color
Monochromatic Colors of #90684F
Black with #90684F
Text Example
Text Example
White with #90684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90684F; }
p { color: rgb(144,104,79); }
H1.HeaderClassName
{
color: #90684F;
}
.AnyTagClassName
{
color: #90684F;
}
</style>
background-color css
<style>
a { background-color: #90684F; }
a { background-color: rgb(144,104,79); }
div.DivClassName
{
background-color: #90684F;
}
.BgClassName
{
background-color: #90684F;
}
</style>
border-color css
<style>
span { border-color: #90684F; }
span { border-color: rgb(144,104,79); }
td.TdClassName
{
border-color: #90684F;
}
.TagClassName
{
border-color: #90684F;
}
</style>