Shades of Leather #89694D
Tints of Leather #89694D
RGB
CMYK
RGB Variations
Color information
#89694D (or 0x89694D) is known color: Leather. HEX triplet: 89, 69 and 4D. RGB value is (137,105,77). Sum of RGB (Red+Green+Blue) = 137+105+77=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #89694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89694D is #7696B2. Grayscale: #6F6F6F. Windows color (decimal): -7771827 or 5073289. OLE color: 5073289.
HSL color Cylindrical-coordinate representation of color #89694D: hue angle of 28º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89694D is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 105 | 77 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.46 |
| HSL | 28º | 0.28% | 0.42% | - |
| HSV(B) | 28º | 0.44% | 0.54% | - |
| XYZ | 16.71 | 15.96 | 9.22 | - |
| YUV | 111.38 | 108.6 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 105 | 77 | 0 | 0.23 | 0.44 | 0.46 | 28 | 0.28 | 0.42 |
| Hex | 89 | 69 | 4D | 0 | 17 | 2C | 2E | 1C | 1C | 2A |
| Octal | 211 | 151 | 115 | 0 | 27 | 54 | 56 | 34 | 34 | 52 |
| Binary | 10001001 | 1101001 | 1001101 | 0 | 10111 | 101100 | 101110 | 11100 | 11100 | 101010 |
Color Harmonies of #89694D
Complementary color
Monochromatic Colors of #89694D
Black with #89694D
Text Example
Text Example
White with #89694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89694D; }
p { color: rgb(137,105,77); }
H1.HeaderClassName
{
color: #89694D;
}
.AnyTagClassName
{
color: #89694D;
}
</style>
background-color css
<style>
a { background-color: #89694D; }
a { background-color: rgb(137,105,77); }
div.DivClassName
{
background-color: #89694D;
}
.BgClassName
{
background-color: #89694D;
}
</style>
border-color css
<style>
span { border-color: #89694D; }
span { border-color: rgb(137,105,77); }
td.TdClassName
{
border-color: #89694D;
}
.TagClassName
{
border-color: #89694D;
}
</style>