Shades of Leather #896D59
Tints of Leather #896D59
RGB
CMYK
RGB Variations
Color information
#896D59 (or 0x896D59) is known color: Leather. HEX triplet: 89, 6D and 59. RGB value is (137,109,89). Sum of RGB (Red+Green+Blue) = 137+109+89=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #896D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896D59 is #7692A6. Grayscale: #737373. Windows color (decimal): -7770791 or 5860745. OLE color: 5860745.
HSL color Cylindrical-coordinate representation of color #896D59: hue angle of 25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #896D59 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 89 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.46 |
| HSL | 25º | 0.21% | 0.44% | - |
| HSV(B) | 25º | 0.35% | 0.54% | - |
| XYZ | 17.59 | 16.98 | 11.8 | - |
| YUV | 115.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 89 | 0 | 0.20 | 0.35 | 0.46 | 25 | 0.21 | 0.44 |
| Hex | 89 | 6D | 59 | 0 | 14 | 23 | 2E | 19 | 15 | 2C |
| Octal | 211 | 155 | 131 | 0 | 24 | 43 | 56 | 31 | 25 | 54 |
| Binary | 10001001 | 1101101 | 1011001 | 0 | 10100 | 100011 | 101110 | 11001 | 10101 | 101100 |
Color Harmonies of #896D59
Complementary color
Monochromatic Colors of #896D59
Black with #896D59
Text Example
Text Example
White with #896D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D59; }
p { color: rgb(137,109,89); }
H1.HeaderClassName
{
color: #896D59;
}
.AnyTagClassName
{
color: #896D59;
}
</style>
background-color css
<style>
a { background-color: #896D59; }
a { background-color: rgb(137,109,89); }
div.DivClassName
{
background-color: #896D59;
}
.BgClassName
{
background-color: #896D59;
}
</style>
border-color css
<style>
span { border-color: #896D59; }
span { border-color: rgb(137,109,89); }
td.TdClassName
{
border-color: #896D59;
}
.TagClassName
{
border-color: #896D59;
}
</style>