Shades of Leather #886A5A
Tints of Leather #886A5A
RGB
CMYK
RGB Variations
Color information
#886A5A (or 0x886A5A) is known color: Leather. HEX triplet: 88, 6A and 5A. RGB value is (136,106,90). Sum of RGB (Red+Green+Blue) = 136+106+90=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #886A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886A5A is #7795A5. Grayscale: #717171. Windows color (decimal): -7837094 or 5925512. OLE color: 5925512.
HSL color Cylindrical-coordinate representation of color #886A5A: hue angle of 20.87º 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 #886A5A is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 106 | 90 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.47 |
| HSL | 20.87º | 0.2% | 0.44% | - |
| HSV(B) | 20.87º | 0.34% | 0.53% | - |
| XYZ | 17.15 | 16.28 | 11.91 | - |
| YUV | 113.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 106 | 90 | 0 | 0.22 | 0.34 | 0.47 | 20.87 | 0.2 | 0.44 |
| Hex | 88 | 6A | 5A | 0 | 16 | 22 | 2F | 15 | 14 | 2C |
| Octal | 210 | 152 | 132 | 0 | 26 | 42 | 57 | 25 | 24 | 54 |
| Binary | 10001000 | 1101010 | 1011010 | 0 | 10110 | 100010 | 101111 | 10101 | 10100 | 101100 |
Color Harmonies of #886A5A
Complementary color
Monochromatic Colors of #886A5A
Black with #886A5A
Text Example
Text Example
White with #886A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886A5A; }
p { color: rgb(136,106,90); }
H1.HeaderClassName
{
color: #886A5A;
}
.AnyTagClassName
{
color: #886A5A;
}
</style>
background-color css
<style>
a { background-color: #886A5A; }
a { background-color: rgb(136,106,90); }
div.DivClassName
{
background-color: #886A5A;
}
.BgClassName
{
background-color: #886A5A;
}
</style>
border-color css
<style>
span { border-color: #886A5A; }
span { border-color: rgb(136,106,90); }
td.TdClassName
{
border-color: #886A5A;
}
.TagClassName
{
border-color: #886A5A;
}
</style>