Shades of Leather #90684D
Tints of Leather #90684D
RGB
CMYK
RGB Variations
Color information
#90684D (or 0x90684D) is known color: Leather. HEX triplet: 90, 68 and 4D. RGB value is (144,104,77). Sum of RGB (Red+Green+Blue) = 144+104+77=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #90684D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90684D is #6F97B2. Grayscale: #717171. Windows color (decimal): -7313331 or 5073040. OLE color: 5073040.
HSL color Cylindrical-coordinate representation of color #90684D: hue angle of 24.18º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90684D is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 104 | 77 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.44 |
| HSL | 24.18º | 0.3% | 0.43% | - |
| HSV(B) | 24.18º | 0.47% | 0.56% | - |
| XYZ | 17.79 | 16.37 | 9.24 | - |
| YUV | 112.88 | 107.75 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 104 | 77 | 0 | 0.28 | 0.47 | 0.44 | 24.18 | 0.3 | 0.43 |
| Hex | 90 | 68 | 4D | 0 | 1C | 2F | 2C | 18 | 1E | 2B |
| Octal | 220 | 150 | 115 | 0 | 34 | 57 | 54 | 30 | 36 | 53 |
| Binary | 10010000 | 1101000 | 1001101 | 0 | 11100 | 101111 | 101100 | 11000 | 11110 | 101011 |
Color Harmonies of #90684D
Complementary color
Monochromatic Colors of #90684D
Black with #90684D
Text Example
Text Example
White with #90684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90684D; }
p { color: rgb(144,104,77); }
H1.HeaderClassName
{
color: #90684D;
}
.AnyTagClassName
{
color: #90684D;
}
</style>
background-color css
<style>
a { background-color: #90684D; }
a { background-color: rgb(144,104,77); }
div.DivClassName
{
background-color: #90684D;
}
.BgClassName
{
background-color: #90684D;
}
</style>
border-color css
<style>
span { border-color: #90684D; }
span { border-color: rgb(144,104,77); }
td.TdClassName
{
border-color: #90684D;
}
.TagClassName
{
border-color: #90684D;
}
</style>