Shades of Leather #8B6C57
Tints of Leather #8B6C57
RGB
CMYK
RGB Variations
Color information
#8B6C57 (or 0x8B6C57) is known color: Leather. HEX triplet: 8B, 6C and 57. RGB value is (139,108,87). Sum of RGB (Red+Green+Blue) = 139+108+87=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6C57 is #7493A8. Grayscale: #727272. Windows color (decimal): -7639977 or 5729419. OLE color: 5729419.
HSL color Cylindrical-coordinate representation of color #8B6C57: hue angle of 24.23º 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 #8B6C57 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 108 | 87 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.45 |
| HSL | 24.23º | 0.23% | 0.44% | - |
| HSV(B) | 24.23º | 0.37% | 0.55% | - |
| XYZ | 17.73 | 16.9 | 11.34 | - |
| YUV | 114.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 108 | 87 | 0 | 0.22 | 0.37 | 0.45 | 24.23 | 0.23 | 0.44 |
| Hex | 8B | 6C | 57 | 0 | 16 | 25 | 2D | 18 | 17 | 2C |
| Octal | 213 | 154 | 127 | 0 | 26 | 45 | 55 | 30 | 27 | 54 |
| Binary | 10001011 | 1101100 | 1010111 | 0 | 10110 | 100101 | 101101 | 11000 | 10111 | 101100 |
Color Harmonies of #8B6C57
Complementary color
Monochromatic Colors of #8B6C57
Black with #8B6C57
Text Example
Text Example
White with #8B6C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6C57; }
p { color: rgb(139,108,87); }
H1.HeaderClassName
{
color: #8B6C57;
}
.AnyTagClassName
{
color: #8B6C57;
}
</style>
background-color css
<style>
a { background-color: #8B6C57; }
a { background-color: rgb(139,108,87); }
div.DivClassName
{
background-color: #8B6C57;
}
.BgClassName
{
background-color: #8B6C57;
}
</style>
border-color css
<style>
span { border-color: #8B6C57; }
span { border-color: rgb(139,108,87); }
td.TdClassName
{
border-color: #8B6C57;
}
.TagClassName
{
border-color: #8B6C57;
}
</style>