Shades of Leather #896C54
Tints of Leather #896C54
RGB
CMYK
RGB Variations
Color information
#896C54 (or 0x896C54) is known color: Leather. HEX triplet: 89, 6C and 54. RGB value is (137,108,84). Sum of RGB (Red+Green+Blue) = 137+108+84=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #896C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C54 is #7693AB. Grayscale: #727272. Windows color (decimal): -7771052 or 5532809. OLE color: 5532809.
HSL color Cylindrical-coordinate representation of color #896C54: hue angle of 27.17º 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 #896C54 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 84 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.46 |
| HSL | 27.17º | 0.24% | 0.43% | - |
| HSV(B) | 27.17º | 0.39% | 0.54% | - |
| XYZ | 17.28 | 16.68 | 10.7 | - |
| YUV | 113.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 84 | 0 | 0.21 | 0.39 | 0.46 | 27.17 | 0.24 | 0.43 |
| Hex | 89 | 6C | 54 | 0 | 15 | 27 | 2E | 1B | 18 | 2B |
| Octal | 211 | 154 | 124 | 0 | 25 | 47 | 56 | 33 | 30 | 53 |
| Binary | 10001001 | 1101100 | 1010100 | 0 | 10101 | 100111 | 101110 | 11011 | 11000 | 101011 |
Color Harmonies of #896C54
Complementary color
Monochromatic Colors of #896C54
Black with #896C54
Text Example
Text Example
White with #896C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C54; }
p { color: rgb(137,108,84); }
H1.HeaderClassName
{
color: #896C54;
}
.AnyTagClassName
{
color: #896C54;
}
</style>
background-color css
<style>
a { background-color: #896C54; }
a { background-color: rgb(137,108,84); }
div.DivClassName
{
background-color: #896C54;
}
.BgClassName
{
background-color: #896C54;
}
</style>
border-color css
<style>
span { border-color: #896C54; }
span { border-color: rgb(137,108,84); }
td.TdClassName
{
border-color: #896C54;
}
.TagClassName
{
border-color: #896C54;
}
</style>