Shades of Leather #896C55
Tints of Leather #896C55
RGB
CMYK
RGB Variations
Color information
#896C55 (or 0x896C55) is known color: Leather. HEX triplet: 89, 6C and 55. RGB value is (137,108,85). Sum of RGB (Red+Green+Blue) = 137+108+85=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #896C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C55 is #7693AA. Grayscale: #727272. Windows color (decimal): -7771051 or 5598345. OLE color: 5598345.
HSL color Cylindrical-coordinate representation of color #896C55: hue angle of 26.54º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #896C55 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 85 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.46 |
| HSL | 26.54º | 0.23% | 0.44% | - |
| HSV(B) | 26.54º | 0.38% | 0.54% | - |
| XYZ | 17.32 | 16.7 | 10.9 | - |
| YUV | 114.05 | 111.61 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 85 | 0 | 0.21 | 0.38 | 0.46 | 26.54 | 0.23 | 0.44 |
| Hex | 89 | 6C | 55 | 0 | 15 | 26 | 2E | 1B | 17 | 2C |
| Octal | 211 | 154 | 125 | 0 | 25 | 46 | 56 | 33 | 27 | 54 |
| Binary | 10001001 | 1101100 | 1010101 | 0 | 10101 | 100110 | 101110 | 11011 | 10111 | 101100 |
Color Harmonies of #896C55
Complementary color
Monochromatic Colors of #896C55
Black with #896C55
Text Example
Text Example
White with #896C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C55; }
p { color: rgb(137,108,85); }
H1.HeaderClassName
{
color: #896C55;
}
.AnyTagClassName
{
color: #896C55;
}
</style>
background-color css
<style>
a { background-color: #896C55; }
a { background-color: rgb(137,108,85); }
div.DivClassName
{
background-color: #896C55;
}
.BgClassName
{
background-color: #896C55;
}
</style>
border-color css
<style>
span { border-color: #896C55; }
span { border-color: rgb(137,108,85); }
td.TdClassName
{
border-color: #896C55;
}
.TagClassName
{
border-color: #896C55;
}
</style>