Shades of Leather #906B4E
Tints of Leather #906B4E
RGB
CMYK
RGB Variations
Color information
#906B4E (or 0x906B4E) is known color: Leather. HEX triplet: 90, 6B and 4E. RGB value is (144,107,78). Sum of RGB (Red+Green+Blue) = 144+107+78=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #906B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906B4E is #6F94B1. Grayscale: #727272. Windows color (decimal): -7312562 or 5139344. OLE color: 5139344.
HSL color Cylindrical-coordinate representation of color #906B4E: hue angle of 26.36º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #906B4E is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 107 | 78 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.44 |
| HSL | 26.36º | 0.3% | 0.44% | - |
| HSV(B) | 26.36º | 0.46% | 0.56% | - |
| XYZ | 18.13 | 16.99 | 9.53 | - |
| YUV | 114.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 107 | 78 | 0 | 0.26 | 0.46 | 0.44 | 26.36 | 0.3 | 0.44 |
| Hex | 90 | 6B | 4E | 0 | 1A | 2E | 2C | 1A | 1E | 2C |
| Octal | 220 | 153 | 116 | 0 | 32 | 56 | 54 | 32 | 36 | 54 |
| Binary | 10010000 | 1101011 | 1001110 | 0 | 11010 | 101110 | 101100 | 11010 | 11110 | 101100 |
Color Harmonies of #906B4E
Complementary color
Monochromatic Colors of #906B4E
Black with #906B4E
Text Example
Text Example
White with #906B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906B4E; }
p { color: rgb(144,107,78); }
H1.HeaderClassName
{
color: #906B4E;
}
.AnyTagClassName
{
color: #906B4E;
}
</style>
background-color css
<style>
a { background-color: #906B4E; }
a { background-color: rgb(144,107,78); }
div.DivClassName
{
background-color: #906B4E;
}
.BgClassName
{
background-color: #906B4E;
}
</style>
border-color css
<style>
span { border-color: #906B4E; }
span { border-color: rgb(144,107,78); }
td.TdClassName
{
border-color: #906B4E;
}
.TagClassName
{
border-color: #906B4E;
}
</style>