Shades of Leather #896D58
Tints of Leather #896D58
RGB
CMYK
RGB Variations
Color information
#896D58 (or 0x896D58) is known color: Leather. HEX triplet: 89, 6D and 58. RGB value is (137,109,88). Sum of RGB (Red+Green+Blue) = 137+109+88=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #896D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896D58 is #7692A7. Grayscale: #737373. Windows color (decimal): -7770792 or 5795209. OLE color: 5795209.
HSL color Cylindrical-coordinate representation of color #896D58: hue angle of 25.71º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #896D58 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 88 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.46 |
| HSL | 25.71º | 0.22% | 0.44% | - |
| HSV(B) | 25.71º | 0.36% | 0.54% | - |
| XYZ | 17.55 | 16.96 | 11.58 | - |
| YUV | 114.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 88 | 0 | 0.20 | 0.36 | 0.46 | 25.71 | 0.22 | 0.44 |
| Hex | 89 | 6D | 58 | 0 | 14 | 24 | 2E | 1A | 16 | 2C |
| Octal | 211 | 155 | 130 | 0 | 24 | 44 | 56 | 32 | 26 | 54 |
| Binary | 10001001 | 1101101 | 1011000 | 0 | 10100 | 100100 | 101110 | 11010 | 10110 | 101100 |
Color Harmonies of #896D58
Complementary color
Monochromatic Colors of #896D58
Black with #896D58
Text Example
Text Example
White with #896D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D58; }
p { color: rgb(137,109,88); }
H1.HeaderClassName
{
color: #896D58;
}
.AnyTagClassName
{
color: #896D58;
}
</style>
background-color css
<style>
a { background-color: #896D58; }
a { background-color: rgb(137,109,88); }
div.DivClassName
{
background-color: #896D58;
}
.BgClassName
{
background-color: #896D58;
}
</style>
border-color css
<style>
span { border-color: #896D58; }
span { border-color: rgb(137,109,88); }
td.TdClassName
{
border-color: #896D58;
}
.TagClassName
{
border-color: #896D58;
}
</style>