Shades of Leather #8F6A56
Tints of Leather #8F6A56
RGB
CMYK
RGB Variations
Color information
#8F6A56 (or 0x8F6A56) is known color: Leather. HEX triplet: 8F, 6A and 56. RGB value is (143,106,86). Sum of RGB (Red+Green+Blue) = 143+106+86=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6A56 is #7095A9. Grayscale: #727272. Windows color (decimal): -7378346 or 5663375. OLE color: 5663375.
HSL color Cylindrical-coordinate representation of color #8F6A56: hue angle of 21.05º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F6A56 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 106 | 86 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.44 |
| HSL | 21.05º | 0.25% | 0.45% | - |
| HSV(B) | 21.05º | 0.4% | 0.56% | - |
| XYZ | 18.16 | 16.82 | 11.09 | - |
| YUV | 114.78 | 111.76 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 106 | 86 | 0 | 0.26 | 0.40 | 0.44 | 21.05 | 0.25 | 0.45 |
| Hex | 8F | 6A | 56 | 0 | 1A | 28 | 2C | 15 | 19 | 2D |
| Octal | 217 | 152 | 126 | 0 | 32 | 50 | 54 | 25 | 31 | 55 |
| Binary | 10001111 | 1101010 | 1010110 | 0 | 11010 | 101000 | 101100 | 10101 | 11001 | 101101 |
Color Harmonies of #8F6A56
Complementary color
Monochromatic Colors of #8F6A56
Black with #8F6A56
Text Example
Text Example
White with #8F6A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6A56; }
p { color: rgb(143,106,86); }
H1.HeaderClassName
{
color: #8F6A56;
}
.AnyTagClassName
{
color: #8F6A56;
}
</style>
background-color css
<style>
a { background-color: #8F6A56; }
a { background-color: rgb(143,106,86); }
div.DivClassName
{
background-color: #8F6A56;
}
.BgClassName
{
background-color: #8F6A56;
}
</style>
border-color css
<style>
span { border-color: #8F6A56; }
span { border-color: rgb(143,106,86); }
td.TdClassName
{
border-color: #8F6A56;
}
.TagClassName
{
border-color: #8F6A56;
}
</style>