Shades of Leather #8B6759
Tints of Leather #8B6759
RGB
CMYK
RGB Variations
Color information
#8B6759 (or 0x8B6759) is known color: Leather. HEX triplet: 8B, 67 and 59. RGB value is (139,103,89). Sum of RGB (Red+Green+Blue) = 139+103+89=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6759 is #7498A6. Grayscale: #707070. Windows color (decimal): -7641255 or 5859211. OLE color: 5859211.
HSL color Cylindrical-coordinate representation of color #8B6759: hue angle of 16.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B6759 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 103 | 89 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.45 |
| HSL | 16.8º | 0.22% | 0.45% | - |
| HSV(B) | 16.8º | 0.36% | 0.55% | - |
| XYZ | 17.3 | 15.91 | 11.61 | - |
| YUV | 112.17 | 114.93 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 103 | 89 | 0 | 0.26 | 0.36 | 0.45 | 16.8 | 0.22 | 0.45 |
| Hex | 8B | 67 | 59 | 0 | 1A | 24 | 2D | 11 | 16 | 2D |
| Octal | 213 | 147 | 131 | 0 | 32 | 44 | 55 | 21 | 26 | 55 |
| Binary | 10001011 | 1100111 | 1011001 | 0 | 11010 | 100100 | 101101 | 10001 | 10110 | 101101 |
Color Harmonies of #8B6759
Complementary color
Monochromatic Colors of #8B6759
Black with #8B6759
Text Example
Text Example
White with #8B6759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6759; }
p { color: rgb(139,103,89); }
H1.HeaderClassName
{
color: #8B6759;
}
.AnyTagClassName
{
color: #8B6759;
}
</style>
background-color css
<style>
a { background-color: #8B6759; }
a { background-color: rgb(139,103,89); }
div.DivClassName
{
background-color: #8B6759;
}
.BgClassName
{
background-color: #8B6759;
}
</style>
border-color css
<style>
span { border-color: #8B6759; }
span { border-color: rgb(139,103,89); }
td.TdClassName
{
border-color: #8B6759;
}
.TagClassName
{
border-color: #8B6759;
}
</style>