Shades of Leather #896C59
Tints of Leather #896C59
RGB
CMYK
RGB Variations
Color information
#896C59 (or 0x896C59) is known color: Leather. HEX triplet: 89, 6C and 59. RGB value is (137,108,89). Sum of RGB (Red+Green+Blue) = 137+108+89=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #896C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C59 is #7693A6. Grayscale: #727272. Windows color (decimal): -7771047 or 5860489. OLE color: 5860489.
HSL color Cylindrical-coordinate representation of color #896C59: hue angle of 23.75º 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 #896C59 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 89 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.46 |
| HSL | 23.75º | 0.21% | 0.44% | - |
| HSV(B) | 23.75º | 0.35% | 0.54% | - |
| XYZ | 17.48 | 16.76 | 11.77 | - |
| YUV | 114.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 89 | 0 | 0.21 | 0.35 | 0.46 | 23.75 | 0.21 | 0.44 |
| Hex | 89 | 6C | 59 | 0 | 15 | 23 | 2E | 18 | 15 | 2C |
| Octal | 211 | 154 | 131 | 0 | 25 | 43 | 56 | 30 | 25 | 54 |
| Binary | 10001001 | 1101100 | 1011001 | 0 | 10101 | 100011 | 101110 | 11000 | 10101 | 101100 |
Color Harmonies of #896C59
Complementary color
Monochromatic Colors of #896C59
Black with #896C59
Text Example
Text Example
White with #896C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C59; }
p { color: rgb(137,108,89); }
H1.HeaderClassName
{
color: #896C59;
}
.AnyTagClassName
{
color: #896C59;
}
</style>
background-color css
<style>
a { background-color: #896C59; }
a { background-color: rgb(137,108,89); }
div.DivClassName
{
background-color: #896C59;
}
.BgClassName
{
background-color: #896C59;
}
</style>
border-color css
<style>
span { border-color: #896C59; }
span { border-color: rgb(137,108,89); }
td.TdClassName
{
border-color: #896C59;
}
.TagClassName
{
border-color: #896C59;
}
</style>