Shades of Leather #8B6E56
Tints of Leather #8B6E56
RGB
CMYK
RGB Variations
Color information
#8B6E56 (or 0x8B6E56) is known color: Leather. HEX triplet: 8B, 6E and 56. RGB value is (139,110,86). Sum of RGB (Red+Green+Blue) = 139+110+86=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6E56 is #7491A9. Grayscale: #747474. Windows color (decimal): -7639466 or 5664395. OLE color: 5664395.
HSL color Cylindrical-coordinate representation of color #8B6E56: hue angle of 27.17º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B6E56 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 110 | 86 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.45 |
| HSL | 27.17º | 0.24% | 0.44% | - |
| HSV(B) | 27.17º | 0.38% | 0.55% | - |
| XYZ | 17.9 | 17.31 | 11.2 | - |
| YUV | 115.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 110 | 86 | 0 | 0.21 | 0.38 | 0.45 | 27.17 | 0.24 | 0.44 |
| Hex | 8B | 6E | 56 | 0 | 15 | 26 | 2D | 1B | 18 | 2C |
| Octal | 213 | 156 | 126 | 0 | 25 | 46 | 55 | 33 | 30 | 54 |
| Binary | 10001011 | 1101110 | 1010110 | 0 | 10101 | 100110 | 101101 | 11011 | 11000 | 101100 |
Color Harmonies of #8B6E56
Complementary color
Monochromatic Colors of #8B6E56
Black with #8B6E56
Text Example
Text Example
White with #8B6E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6E56; }
p { color: rgb(139,110,86); }
H1.HeaderClassName
{
color: #8B6E56;
}
.AnyTagClassName
{
color: #8B6E56;
}
</style>
background-color css
<style>
a { background-color: #8B6E56; }
a { background-color: rgb(139,110,86); }
div.DivClassName
{
background-color: #8B6E56;
}
.BgClassName
{
background-color: #8B6E56;
}
</style>
border-color css
<style>
span { border-color: #8B6E56; }
span { border-color: rgb(139,110,86); }
td.TdClassName
{
border-color: #8B6E56;
}
.TagClassName
{
border-color: #8B6E56;
}
</style>