Shades of Leather #90674D
Tints of Leather #90674D
RGB
CMYK
RGB Variations
Color information
#90674D (or 0x90674D) is known color: Leather. HEX triplet: 90, 67 and 4D. RGB value is (144,103,77). Sum of RGB (Red+Green+Blue) = 144+103+77=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #90674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90674D is #6F98B2. Grayscale: #707070. Windows color (decimal): -7313587 or 5072784. OLE color: 5072784.
HSL color Cylindrical-coordinate representation of color #90674D: hue angle of 23.28º 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 #90674D is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 103 | 77 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.44 |
| HSL | 23.28º | 0.3% | 0.43% | - |
| HSV(B) | 23.28º | 0.47% | 0.56% | - |
| XYZ | 17.69 | 16.17 | 9.21 | - |
| YUV | 112.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 103 | 77 | 0 | 0.28 | 0.47 | 0.44 | 23.28 | 0.3 | 0.43 |
| Hex | 90 | 67 | 4D | 0 | 1C | 2F | 2C | 17 | 1E | 2B |
| Octal | 220 | 147 | 115 | 0 | 34 | 57 | 54 | 27 | 36 | 53 |
| Binary | 10010000 | 1100111 | 1001101 | 0 | 11100 | 101111 | 101100 | 10111 | 11110 | 101011 |
Color Harmonies of #90674D
Complementary color
Monochromatic Colors of #90674D
Black with #90674D
Text Example
Text Example
White with #90674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90674D; }
p { color: rgb(144,103,77); }
H1.HeaderClassName
{
color: #90674D;
}
.AnyTagClassName
{
color: #90674D;
}
</style>
background-color css
<style>
a { background-color: #90674D; }
a { background-color: rgb(144,103,77); }
div.DivClassName
{
background-color: #90674D;
}
.BgClassName
{
background-color: #90674D;
}
</style>
border-color css
<style>
span { border-color: #90674D; }
span { border-color: rgb(144,103,77); }
td.TdClassName
{
border-color: #90674D;
}
.TagClassName
{
border-color: #90674D;
}
</style>