Shades of Leather #8B6B55
Tints of Leather #8B6B55
RGB
CMYK
RGB Variations
Color information
#8B6B55 (or 0x8B6B55) is known color: Leather. HEX triplet: 8B, 6B and 55. RGB value is (139,107,85). Sum of RGB (Red+Green+Blue) = 139+107+85=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6B55 is #7494AA. Grayscale: #727272. Windows color (decimal): -7640235 or 5598091. OLE color: 5598091.
HSL color Cylindrical-coordinate representation of color #8B6B55: hue angle of 24.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B6B55 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 107 | 85 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.45 |
| HSL | 24.44º | 0.24% | 0.44% | - |
| HSV(B) | 24.44º | 0.39% | 0.55% | - |
| XYZ | 17.54 | 16.66 | 10.89 | - |
| YUV | 114.06 | 111.6 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 107 | 85 | 0 | 0.23 | 0.39 | 0.45 | 24.44 | 0.24 | 0.44 |
| Hex | 8B | 6B | 55 | 0 | 17 | 27 | 2D | 18 | 18 | 2C |
| Octal | 213 | 153 | 125 | 0 | 27 | 47 | 55 | 30 | 30 | 54 |
| Binary | 10001011 | 1101011 | 1010101 | 0 | 10111 | 100111 | 101101 | 11000 | 11000 | 101100 |
Color Harmonies of #8B6B55
Complementary color
Monochromatic Colors of #8B6B55
Black with #8B6B55
Text Example
Text Example
White with #8B6B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6B55; }
p { color: rgb(139,107,85); }
H1.HeaderClassName
{
color: #8B6B55;
}
.AnyTagClassName
{
color: #8B6B55;
}
</style>
background-color css
<style>
a { background-color: #8B6B55; }
a { background-color: rgb(139,107,85); }
div.DivClassName
{
background-color: #8B6B55;
}
.BgClassName
{
background-color: #8B6B55;
}
</style>
border-color css
<style>
span { border-color: #8B6B55; }
span { border-color: rgb(139,107,85); }
td.TdClassName
{
border-color: #8B6B55;
}
.TagClassName
{
border-color: #8B6B55;
}
</style>