Shades of Leather #89685A
Tints of Leather #89685A
RGB
CMYK
RGB Variations
Color information
#89685A (or 0x89685A) is known color: Leather. HEX triplet: 89, 68 and 5A. RGB value is (137,104,90). Sum of RGB (Red+Green+Blue) = 137+104+90=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #89685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89685A is #7697A5. Grayscale: #707070. Windows color (decimal): -7772070 or 5925001. OLE color: 5925001.
HSL color Cylindrical-coordinate representation of color #89685A: hue angle of 17.87º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89685A is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 104 | 90 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.46 |
| HSL | 17.87º | 0.21% | 0.45% | - |
| HSV(B) | 17.87º | 0.34% | 0.54% | - |
| XYZ | 17.11 | 15.96 | 11.85 | - |
| YUV | 112.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 104 | 90 | 0 | 0.24 | 0.34 | 0.46 | 17.87 | 0.21 | 0.45 |
| Hex | 89 | 68 | 5A | 0 | 18 | 22 | 2E | 12 | 15 | 2D |
| Octal | 211 | 150 | 132 | 0 | 30 | 42 | 56 | 22 | 25 | 55 |
| Binary | 10001001 | 1101000 | 1011010 | 0 | 11000 | 100010 | 101110 | 10010 | 10101 | 101101 |
Color Harmonies of #89685A
Complementary color
Monochromatic Colors of #89685A
Black with #89685A
Text Example
Text Example
White with #89685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89685A; }
p { color: rgb(137,104,90); }
H1.HeaderClassName
{
color: #89685A;
}
.AnyTagClassName
{
color: #89685A;
}
</style>
background-color css
<style>
a { background-color: #89685A; }
a { background-color: rgb(137,104,90); }
div.DivClassName
{
background-color: #89685A;
}
.BgClassName
{
background-color: #89685A;
}
</style>
border-color css
<style>
span { border-color: #89685A; }
span { border-color: rgb(137,104,90); }
td.TdClassName
{
border-color: #89685A;
}
.TagClassName
{
border-color: #89685A;
}
</style>