Shades of Leather #88664D
Tints of Leather #88664D
RGB
CMYK
RGB Variations
Color information
#88664D (or 0x88664D) is known color: Leather. HEX triplet: 88, 66 and 4D. RGB value is (136,102,77). Sum of RGB (Red+Green+Blue) = 136+102+77=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #88664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88664D is #7799B2. Grayscale: #6D6D6D. Windows color (decimal): -7838131 or 5072520. OLE color: 5072520.
HSL color Cylindrical-coordinate representation of color #88664D: hue angle of 25.42º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88664D is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 102 | 77 | - |
| CMYK | 0 | 0.25 | 0.43 | 0.47 |
| HSL | 25.42º | 0.28% | 0.42% | - |
| HSV(B) | 25.42º | 0.43% | 0.53% | - |
| XYZ | 16.24 | 15.27 | 9.11 | - |
| YUV | 109.32 | 109.76 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 102 | 77 | 0 | 0.25 | 0.43 | 0.47 | 25.42 | 0.28 | 0.42 |
| Hex | 88 | 66 | 4D | 0 | 19 | 2B | 2F | 19 | 1C | 2A |
| Octal | 210 | 146 | 115 | 0 | 31 | 53 | 57 | 31 | 34 | 52 |
| Binary | 10001000 | 1100110 | 1001101 | 0 | 11001 | 101011 | 101111 | 11001 | 11100 | 101010 |
Color Harmonies of #88664D
Complementary color
Monochromatic Colors of #88664D
Black with #88664D
Text Example
Text Example
White with #88664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88664D; }
p { color: rgb(136,102,77); }
H1.HeaderClassName
{
color: #88664D;
}
.AnyTagClassName
{
color: #88664D;
}
</style>
background-color css
<style>
a { background-color: #88664D; }
a { background-color: rgb(136,102,77); }
div.DivClassName
{
background-color: #88664D;
}
.BgClassName
{
background-color: #88664D;
}
</style>
border-color css
<style>
span { border-color: #88664D; }
span { border-color: rgb(136,102,77); }
td.TdClassName
{
border-color: #88664D;
}
.TagClassName
{
border-color: #88664D;
}
</style>