Shades of Leather #8B6B58
Tints of Leather #8B6B58
RGB
CMYK
RGB Variations
Color information
#8B6B58 (or 0x8B6B58) is known color: Leather. HEX triplet: 8B, 6B and 58. RGB value is (139,107,88). Sum of RGB (Red+Green+Blue) = 139+107+88=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6B58 is #7494A7. Grayscale: #727272. Windows color (decimal): -7640232 or 5794699. OLE color: 5794699.
HSL color Cylindrical-coordinate representation of color #8B6B58: hue angle of 22.35º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B6B58 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 107 | 88 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.45 |
| HSL | 22.35º | 0.22% | 0.45% | - |
| HSV(B) | 22.35º | 0.37% | 0.55% | - |
| XYZ | 17.67 | 16.71 | 11.53 | - |
| YUV | 114.4 | 113.1 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 107 | 88 | 0 | 0.23 | 0.37 | 0.45 | 22.35 | 0.22 | 0.45 |
| Hex | 8B | 6B | 58 | 0 | 17 | 25 | 2D | 16 | 16 | 2D |
| Octal | 213 | 153 | 130 | 0 | 27 | 45 | 55 | 26 | 26 | 55 |
| Binary | 10001011 | 1101011 | 1011000 | 0 | 10111 | 100101 | 101101 | 10110 | 10110 | 101101 |
Color Harmonies of #8B6B58
Complementary color
Monochromatic Colors of #8B6B58
Black with #8B6B58
Text Example
Text Example
White with #8B6B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6B58; }
p { color: rgb(139,107,88); }
H1.HeaderClassName
{
color: #8B6B58;
}
.AnyTagClassName
{
color: #8B6B58;
}
</style>
background-color css
<style>
a { background-color: #8B6B58; }
a { background-color: rgb(139,107,88); }
div.DivClassName
{
background-color: #8B6B58;
}
.BgClassName
{
background-color: #8B6B58;
}
</style>
border-color css
<style>
span { border-color: #8B6B58; }
span { border-color: rgb(139,107,88); }
td.TdClassName
{
border-color: #8B6B58;
}
.TagClassName
{
border-color: #8B6B58;
}
</style>