Shades of Leather #87694E
Tints of Leather #87694E
RGB
CMYK
RGB Variations
Color information
#87694E (or 0x87694E) is known color: Leather. HEX triplet: 87, 69 and 4E. RGB value is (135,105,78). Sum of RGB (Red+Green+Blue) = 135+105+78=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #87694E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87694E is #7896B1. Grayscale: #6F6F6F. Windows color (decimal): -7902898 or 5138823. OLE color: 5138823.
HSL color Cylindrical-coordinate representation of color #87694E: hue angle of 28.42º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87694E is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 105 | 78 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.47 |
| HSL | 28.42º | 0.27% | 0.42% | - |
| HSV(B) | 28.42º | 0.42% | 0.53% | - |
| XYZ | 16.42 | 15.8 | 9.39 | - |
| YUV | 110.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 105 | 78 | 0 | 0.22 | 0.42 | 0.47 | 28.42 | 0.27 | 0.42 |
| Hex | 87 | 69 | 4E | 0 | 16 | 2A | 2F | 1C | 1B | 2A |
| Octal | 207 | 151 | 116 | 0 | 26 | 52 | 57 | 34 | 33 | 52 |
| Binary | 10000111 | 1101001 | 1001110 | 0 | 10110 | 101010 | 101111 | 11100 | 11011 | 101010 |
Color Harmonies of #87694E
Complementary color
Monochromatic Colors of #87694E
Black with #87694E
Text Example
Text Example
White with #87694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87694E; }
p { color: rgb(135,105,78); }
H1.HeaderClassName
{
color: #87694E;
}
.AnyTagClassName
{
color: #87694E;
}
</style>
background-color css
<style>
a { background-color: #87694E; }
a { background-color: rgb(135,105,78); }
div.DivClassName
{
background-color: #87694E;
}
.BgClassName
{
background-color: #87694E;
}
</style>
border-color css
<style>
span { border-color: #87694E; }
span { border-color: rgb(135,105,78); }
td.TdClassName
{
border-color: #87694E;
}
.TagClassName
{
border-color: #87694E;
}
</style>