Shades of Leather #88685A
Tints of Leather #88685A
RGB
CMYK
RGB Variations
Color information
#88685A (or 0x88685A) is known color: Leather. HEX triplet: 88, 68 and 5A. RGB value is (136,104,90). Sum of RGB (Red+Green+Blue) = 136+104+90=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #88685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88685A is #7797A5. Grayscale: #707070. Windows color (decimal): -7837606 or 5925000. OLE color: 5925000.
HSL color Cylindrical-coordinate representation of color #88685A: hue angle of 18.26º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88685A is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 104 | 90 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.47 |
| HSL | 18.26º | 0.2% | 0.44% | - |
| HSV(B) | 18.26º | 0.34% | 0.53% | - |
| XYZ | 16.95 | 15.87 | 11.84 | - |
| YUV | 111.97 | 115.6 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 104 | 90 | 0 | 0.24 | 0.34 | 0.47 | 18.26 | 0.2 | 0.44 |
| Hex | 88 | 68 | 5A | 0 | 18 | 22 | 2F | 12 | 14 | 2C |
| Octal | 210 | 150 | 132 | 0 | 30 | 42 | 57 | 22 | 24 | 54 |
| Binary | 10001000 | 1101000 | 1011010 | 0 | 11000 | 100010 | 101111 | 10010 | 10100 | 101100 |
Color Harmonies of #88685A
Complementary color
Monochromatic Colors of #88685A
Black with #88685A
Text Example
Text Example
White with #88685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88685A; }
p { color: rgb(136,104,90); }
H1.HeaderClassName
{
color: #88685A;
}
.AnyTagClassName
{
color: #88685A;
}
</style>
background-color css
<style>
a { background-color: #88685A; }
a { background-color: rgb(136,104,90); }
div.DivClassName
{
background-color: #88685A;
}
.BgClassName
{
background-color: #88685A;
}
</style>
border-color css
<style>
span { border-color: #88685A; }
span { border-color: rgb(136,104,90); }
td.TdClassName
{
border-color: #88685A;
}
.TagClassName
{
border-color: #88685A;
}
</style>