Shades of Leather #88694D
Tints of Leather #88694D
RGB
CMYK
RGB Variations
Color information
#88694D (or 0x88694D) is known color: Leather. HEX triplet: 88, 69 and 4D. RGB value is (136,105,77). Sum of RGB (Red+Green+Blue) = 136+105+77=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #88694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88694D is #7796B2. Grayscale: #6F6F6F. Windows color (decimal): -7837363 or 5073288. OLE color: 5073288.
HSL color Cylindrical-coordinate representation of color #88694D: hue angle of 28.47º 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 #88694D is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 105 | 77 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.47 |
| HSL | 28.47º | 0.28% | 0.42% | - |
| HSV(B) | 28.47º | 0.43% | 0.53% | - |
| XYZ | 16.54 | 15.87 | 9.21 | - |
| YUV | 111.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 105 | 77 | 0 | 0.23 | 0.43 | 0.47 | 28.47 | 0.28 | 0.42 |
| Hex | 88 | 69 | 4D | 0 | 17 | 2B | 2F | 1C | 1C | 2A |
| Octal | 210 | 151 | 115 | 0 | 27 | 53 | 57 | 34 | 34 | 52 |
| Binary | 10001000 | 1101001 | 1001101 | 0 | 10111 | 101011 | 101111 | 11100 | 11100 | 101010 |
Color Harmonies of #88694D
Complementary color
Monochromatic Colors of #88694D
Black with #88694D
Text Example
Text Example
White with #88694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88694D; }
p { color: rgb(136,105,77); }
H1.HeaderClassName
{
color: #88694D;
}
.AnyTagClassName
{
color: #88694D;
}
</style>
background-color css
<style>
a { background-color: #88694D; }
a { background-color: rgb(136,105,77); }
div.DivClassName
{
background-color: #88694D;
}
.BgClassName
{
background-color: #88694D;
}
</style>
border-color css
<style>
span { border-color: #88694D; }
span { border-color: rgb(136,105,77); }
td.TdClassName
{
border-color: #88694D;
}
.TagClassName
{
border-color: #88694D;
}
</style>