Shades of Leather #896C56
Tints of Leather #896C56
RGB
CMYK
RGB Variations
Color information
#896C56 (or 0x896C56) is known color: Leather. HEX triplet: 89, 6C and 56. RGB value is (137,108,86). Sum of RGB (Red+Green+Blue) = 137+108+86=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #896C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C56 is #7693A9. Grayscale: #727272. Windows color (decimal): -7771050 or 5663881. OLE color: 5663881.
HSL color Cylindrical-coordinate representation of color #896C56: hue angle of 25.88º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #896C56 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 86 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.46 |
| HSL | 25.88º | 0.23% | 0.44% | - |
| HSV(B) | 25.88º | 0.37% | 0.54% | - |
| XYZ | 17.36 | 16.72 | 11.12 | - |
| YUV | 114.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 86 | 0 | 0.21 | 0.37 | 0.46 | 25.88 | 0.23 | 0.44 |
| Hex | 89 | 6C | 56 | 0 | 15 | 25 | 2E | 1A | 17 | 2C |
| Octal | 211 | 154 | 126 | 0 | 25 | 45 | 56 | 32 | 27 | 54 |
| Binary | 10001001 | 1101100 | 1010110 | 0 | 10101 | 100101 | 101110 | 11010 | 10111 | 101100 |
Color Harmonies of #896C56
Complementary color
Monochromatic Colors of #896C56
Black with #896C56
Text Example
Text Example
White with #896C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C56; }
p { color: rgb(137,108,86); }
H1.HeaderClassName
{
color: #896C56;
}
.AnyTagClassName
{
color: #896C56;
}
</style>
background-color css
<style>
a { background-color: #896C56; }
a { background-color: rgb(137,108,86); }
div.DivClassName
{
background-color: #896C56;
}
.BgClassName
{
background-color: #896C56;
}
</style>
border-color css
<style>
span { border-color: #896C56; }
span { border-color: rgb(137,108,86); }
td.TdClassName
{
border-color: #896C56;
}
.TagClassName
{
border-color: #896C56;
}
</style>