Shades of Leather #8B6D57
Tints of Leather #8B6D57
RGB
CMYK
RGB Variations
Color information
#8B6D57 (or 0x8B6D57) is known color: Leather. HEX triplet: 8B, 6D and 57. RGB value is (139,109,87). Sum of RGB (Red+Green+Blue) = 139+109+87=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D57 is #7492A8. Grayscale: #737373. Windows color (decimal): -7639721 or 5729675. OLE color: 5729675.
HSL color Cylindrical-coordinate representation of color #8B6D57: hue angle of 25.38º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B6D57 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 109 | 87 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.45 |
| HSL | 25.38º | 0.23% | 0.44% | - |
| HSV(B) | 25.38º | 0.37% | 0.55% | - |
| XYZ | 17.84 | 17.11 | 11.38 | - |
| YUV | 115.46 | 111.94 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 109 | 87 | 0 | 0.22 | 0.37 | 0.45 | 25.38 | 0.23 | 0.44 |
| Hex | 8B | 6D | 57 | 0 | 16 | 25 | 2D | 19 | 17 | 2C |
| Octal | 213 | 155 | 127 | 0 | 26 | 45 | 55 | 31 | 27 | 54 |
| Binary | 10001011 | 1101101 | 1010111 | 0 | 10110 | 100101 | 101101 | 11001 | 10111 | 101100 |
Color Harmonies of #8B6D57
Complementary color
Monochromatic Colors of #8B6D57
Black with #8B6D57
Text Example
Text Example
White with #8B6D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6D57; }
p { color: rgb(139,109,87); }
H1.HeaderClassName
{
color: #8B6D57;
}
.AnyTagClassName
{
color: #8B6D57;
}
</style>
background-color css
<style>
a { background-color: #8B6D57; }
a { background-color: rgb(139,109,87); }
div.DivClassName
{
background-color: #8B6D57;
}
.BgClassName
{
background-color: #8B6D57;
}
</style>
border-color css
<style>
span { border-color: #8B6D57; }
span { border-color: rgb(139,109,87); }
td.TdClassName
{
border-color: #8B6D57;
}
.TagClassName
{
border-color: #8B6D57;
}
</style>