Shades of Leather #896B54
Tints of Leather #896B54
RGB
CMYK
RGB Variations
Color information
#896B54 (or 0x896B54) is known color: Leather. HEX triplet: 89, 6B and 54. RGB value is (137,107,84). Sum of RGB (Red+Green+Blue) = 137+107+84=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #896B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896B54 is #7694AB. Grayscale: #717171. Windows color (decimal): -7771308 or 5532553. OLE color: 5532553.
HSL color Cylindrical-coordinate representation of color #896B54: hue angle of 26.04º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #896B54 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 107 | 84 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.46 |
| HSL | 26.04º | 0.24% | 0.43% | - |
| HSV(B) | 26.04º | 0.39% | 0.54% | - |
| XYZ | 17.17 | 16.47 | 10.66 | - |
| YUV | 113.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 84 | 0 | 0.22 | 0.39 | 0.46 | 26.04 | 0.24 | 0.43 |
| Hex | 89 | 6B | 54 | 0 | 16 | 27 | 2E | 1A | 18 | 2B |
| Octal | 211 | 153 | 124 | 0 | 26 | 47 | 56 | 32 | 30 | 53 |
| Binary | 10001001 | 1101011 | 1010100 | 0 | 10110 | 100111 | 101110 | 11010 | 11000 | 101011 |
Color Harmonies of #896B54
Complementary color
Monochromatic Colors of #896B54
Black with #896B54
Text Example
Text Example
White with #896B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896B54; }
p { color: rgb(137,107,84); }
H1.HeaderClassName
{
color: #896B54;
}
.AnyTagClassName
{
color: #896B54;
}
</style>
background-color css
<style>
a { background-color: #896B54; }
a { background-color: rgb(137,107,84); }
div.DivClassName
{
background-color: #896B54;
}
.BgClassName
{
background-color: #896B54;
}
</style>
border-color css
<style>
span { border-color: #896B54; }
span { border-color: rgb(137,107,84); }
td.TdClassName
{
border-color: #896B54;
}
.TagClassName
{
border-color: #896B54;
}
</style>