Shades of Leather #906C51
Tints of Leather #906C51
RGB
CMYK
RGB Variations
Color information
#906C51 (or 0x906C51) is known color: Leather. HEX triplet: 90, 6C and 51. RGB value is (144,108,81). Sum of RGB (Red+Green+Blue) = 144+108+81=333 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.24% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 144 - color contains mainly: red. Hex color #906C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906C51 is #6F93AE. Grayscale: #737373. Windows color (decimal): -7312303 or 5336208. OLE color: 5336208.
HSL color Cylindrical-coordinate representation of color #906C51: hue angle of 25.71º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #906C51 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 108 | 81 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.44 |
| HSL | 25.71º | 0.28% | 0.44% | - |
| HSV(B) | 25.71º | 0.44% | 0.56% | - |
| XYZ | 18.35 | 17.25 | 10.15 | - |
| YUV | 115.69 | 108.43 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 81 | 0 | 0.25 | 0.44 | 0.44 | 25.71 | 0.28 | 0.44 |
| Hex | 90 | 6C | 51 | 0 | 19 | 2C | 2C | 1A | 1C | 2C |
| Octal | 220 | 154 | 121 | 0 | 31 | 54 | 54 | 32 | 34 | 54 |
| Binary | 10010000 | 1101100 | 1010001 | 0 | 11001 | 101100 | 101100 | 11010 | 11100 | 101100 |
Color Harmonies of #906C51
Complementary color
Monochromatic Colors of #906C51
Black with #906C51
Text Example
Text Example
White with #906C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906C51; }
p { color: rgb(144,108,81); }
H1.HeaderClassName
{
color: #906C51;
}
.AnyTagClassName
{
color: #906C51;
}
</style>
background-color css
<style>
a { background-color: #906C51; }
a { background-color: rgb(144,108,81); }
div.DivClassName
{
background-color: #906C51;
}
.BgClassName
{
background-color: #906C51;
}
</style>
border-color css
<style>
span { border-color: #906C51; }
span { border-color: rgb(144,108,81); }
td.TdClassName
{
border-color: #906C51;
}
.TagClassName
{
border-color: #906C51;
}
</style>