Shades of Leather #896A56
Tints of Leather #896A56
RGB
CMYK
RGB Variations
Color information
#896A56 (or 0x896A56) is known color: Leather. HEX triplet: 89, 6A and 56. RGB value is (137,106,86). Sum of RGB (Red+Green+Blue) = 137+106+86=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #896A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896A56 is #7695A9. Grayscale: #717171. Windows color (decimal): -7771562 or 5663369. OLE color: 5663369.
HSL color Cylindrical-coordinate representation of color #896A56: hue angle of 23.53º 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 #896A56 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 106 | 86 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.46 |
| HSL | 23.53º | 0.23% | 0.44% | - |
| HSV(B) | 23.53º | 0.37% | 0.54% | - |
| XYZ | 17.15 | 16.3 | 11.05 | - |
| YUV | 112.99 | 112.77 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 86 | 0 | 0.23 | 0.37 | 0.46 | 23.53 | 0.23 | 0.44 |
| Hex | 89 | 6A | 56 | 0 | 17 | 25 | 2E | 18 | 17 | 2C |
| Octal | 211 | 152 | 126 | 0 | 27 | 45 | 56 | 30 | 27 | 54 |
| Binary | 10001001 | 1101010 | 1010110 | 0 | 10111 | 100101 | 101110 | 11000 | 10111 | 101100 |
Color Harmonies of #896A56
Complementary color
Monochromatic Colors of #896A56
Black with #896A56
Text Example
Text Example
White with #896A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896A56; }
p { color: rgb(137,106,86); }
H1.HeaderClassName
{
color: #896A56;
}
.AnyTagClassName
{
color: #896A56;
}
</style>
background-color css
<style>
a { background-color: #896A56; }
a { background-color: rgb(137,106,86); }
div.DivClassName
{
background-color: #896A56;
}
.BgClassName
{
background-color: #896A56;
}
</style>
border-color css
<style>
span { border-color: #896A56; }
span { border-color: rgb(137,106,86); }
td.TdClassName
{
border-color: #896A56;
}
.TagClassName
{
border-color: #896A56;
}
</style>