Shades of Leather #906C4D
Tints of Leather #906C4D
RGB
CMYK
RGB Variations
Color information
#906C4D (or 0x906C4D) is known color: Leather. HEX triplet: 90, 6C and 4D. RGB value is (144,108,77). Sum of RGB (Red+Green+Blue) = 144+108+77=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #906C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906C4D is #6F93B2. Grayscale: #737373. Windows color (decimal): -7312307 or 5074064. OLE color: 5074064.
HSL color Cylindrical-coordinate representation of color #906C4D: hue angle of 27.76º 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 #906C4D is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 108 | 77 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.44 |
| HSL | 27.76º | 0.3% | 0.43% | - |
| HSV(B) | 27.76º | 0.47% | 0.56% | - |
| XYZ | 18.2 | 17.19 | 9.38 | - |
| YUV | 115.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 77 | 0 | 0.25 | 0.47 | 0.44 | 27.76 | 0.3 | 0.43 |
| Hex | 90 | 6C | 4D | 0 | 19 | 2F | 2C | 1C | 1E | 2B |
| Octal | 220 | 154 | 115 | 0 | 31 | 57 | 54 | 34 | 36 | 53 |
| Binary | 10010000 | 1101100 | 1001101 | 0 | 11001 | 101111 | 101100 | 11100 | 11110 | 101011 |
Color Harmonies of #906C4D
Complementary color
Monochromatic Colors of #906C4D
Black with #906C4D
Text Example
Text Example
White with #906C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906C4D; }
p { color: rgb(144,108,77); }
H1.HeaderClassName
{
color: #906C4D;
}
.AnyTagClassName
{
color: #906C4D;
}
</style>
background-color css
<style>
a { background-color: #906C4D; }
a { background-color: rgb(144,108,77); }
div.DivClassName
{
background-color: #906C4D;
}
.BgClassName
{
background-color: #906C4D;
}
</style>
border-color css
<style>
span { border-color: #906C4D; }
span { border-color: rgb(144,108,77); }
td.TdClassName
{
border-color: #906C4D;
}
.TagClassName
{
border-color: #906C4D;
}
</style>