Shades of Leather #886C5A
Tints of Leather #886C5A
RGB
CMYK
RGB Variations
Color information
#886C5A (or 0x886C5A) is known color: Leather. HEX triplet: 88, 6C and 5A. RGB value is (136,108,90). Sum of RGB (Red+Green+Blue) = 136+108+90=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #886C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886C5A is #7793A5. Grayscale: #727272. Windows color (decimal): -7836582 or 5926024. OLE color: 5926024.
HSL color Cylindrical-coordinate representation of color #886C5A: hue angle of 23.48º 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 #886C5A is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 108 | 90 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.47 |
| HSL | 23.48º | 0.2% | 0.44% | - |
| HSV(B) | 23.48º | 0.34% | 0.53% | - |
| XYZ | 17.36 | 16.7 | 11.98 | - |
| YUV | 114.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 108 | 90 | 0 | 0.21 | 0.34 | 0.47 | 23.48 | 0.2 | 0.44 |
| Hex | 88 | 6C | 5A | 0 | 15 | 22 | 2F | 17 | 14 | 2C |
| Octal | 210 | 154 | 132 | 0 | 25 | 42 | 57 | 27 | 24 | 54 |
| Binary | 10001000 | 1101100 | 1011010 | 0 | 10101 | 100010 | 101111 | 10111 | 10100 | 101100 |
Color Harmonies of #886C5A
Complementary color
Monochromatic Colors of #886C5A
Black with #886C5A
Text Example
Text Example
White with #886C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886C5A; }
p { color: rgb(136,108,90); }
H1.HeaderClassName
{
color: #886C5A;
}
.AnyTagClassName
{
color: #886C5A;
}
</style>
background-color css
<style>
a { background-color: #886C5A; }
a { background-color: rgb(136,108,90); }
div.DivClassName
{
background-color: #886C5A;
}
.BgClassName
{
background-color: #886C5A;
}
</style>
border-color css
<style>
span { border-color: #886C5A; }
span { border-color: rgb(136,108,90); }
td.TdClassName
{
border-color: #886C5A;
}
.TagClassName
{
border-color: #886C5A;
}
</style>