Shades of Leather #8F6851
Tints of Leather #8F6851
RGB
CMYK
RGB Variations
Color information
#8F6851 (or 0x8F6851) is known color: Leather. HEX triplet: 8F, 68 and 51. RGB value is (143,104,81). Sum of RGB (Red+Green+Blue) = 143+104+81=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6851 is #7097AE. Grayscale: #717171. Windows color (decimal): -7378863 or 5335183. OLE color: 5335183.
HSL color Cylindrical-coordinate representation of color #8F6851: hue angle of 22.26º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F6851 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 104 | 81 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.44 |
| HSL | 22.26º | 0.28% | 0.44% | - |
| HSV(B) | 22.26º | 0.43% | 0.56% | - |
| XYZ | 17.76 | 16.33 | 10 | - |
| YUV | 113.04 | 109.92 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 81 | 0 | 0.27 | 0.43 | 0.44 | 22.26 | 0.28 | 0.44 |
| Hex | 8F | 68 | 51 | 0 | 1B | 2B | 2C | 16 | 1C | 2C |
| Octal | 217 | 150 | 121 | 0 | 33 | 53 | 54 | 26 | 34 | 54 |
| Binary | 10001111 | 1101000 | 1010001 | 0 | 11011 | 101011 | 101100 | 10110 | 11100 | 101100 |
Color Harmonies of #8F6851
Complementary color
Monochromatic Colors of #8F6851
Black with #8F6851
Text Example
Text Example
White with #8F6851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6851; }
p { color: rgb(143,104,81); }
H1.HeaderClassName
{
color: #8F6851;
}
.AnyTagClassName
{
color: #8F6851;
}
</style>
background-color css
<style>
a { background-color: #8F6851; }
a { background-color: rgb(143,104,81); }
div.DivClassName
{
background-color: #8F6851;
}
.BgClassName
{
background-color: #8F6851;
}
</style>
border-color css
<style>
span { border-color: #8F6851; }
span { border-color: rgb(143,104,81); }
td.TdClassName
{
border-color: #8F6851;
}
.TagClassName
{
border-color: #8F6851;
}
</style>