Shades of Leather #8B6C53
Tints of Leather #8B6C53
RGB
CMYK
RGB Variations
Color information
#8B6C53 (or 0x8B6C53) is known color: Leather. HEX triplet: 8B, 6C and 53. RGB value is (139,108,83). Sum of RGB (Red+Green+Blue) = 139+108+83=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6C53 is #7493AC. Grayscale: #727272. Windows color (decimal): -7639981 or 5467275. OLE color: 5467275.
HSL color Cylindrical-coordinate representation of color #8B6C53: hue angle of 26.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B6C53 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 108 | 83 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.45 |
| HSL | 26.79º | 0.25% | 0.44% | - |
| HSV(B) | 26.79º | 0.4% | 0.55% | - |
| XYZ | 17.57 | 16.84 | 10.51 | - |
| YUV | 114.42 | 110.27 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 108 | 83 | 0 | 0.22 | 0.40 | 0.45 | 26.79 | 0.25 | 0.44 |
| Hex | 8B | 6C | 53 | 0 | 16 | 28 | 2D | 1B | 19 | 2C |
| Octal | 213 | 154 | 123 | 0 | 26 | 50 | 55 | 33 | 31 | 54 |
| Binary | 10001011 | 1101100 | 1010011 | 0 | 10110 | 101000 | 101101 | 11011 | 11001 | 101100 |
Color Harmonies of #8B6C53
Complementary color
Monochromatic Colors of #8B6C53
Black with #8B6C53
Text Example
Text Example
White with #8B6C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6C53; }
p { color: rgb(139,108,83); }
H1.HeaderClassName
{
color: #8B6C53;
}
.AnyTagClassName
{
color: #8B6C53;
}
</style>
background-color css
<style>
a { background-color: #8B6C53; }
a { background-color: rgb(139,108,83); }
div.DivClassName
{
background-color: #8B6C53;
}
.BgClassName
{
background-color: #8B6C53;
}
</style>
border-color css
<style>
span { border-color: #8B6C53; }
span { border-color: rgb(139,108,83); }
td.TdClassName
{
border-color: #8B6C53;
}
.TagClassName
{
border-color: #8B6C53;
}
</style>