Shades of Leather #8F6751
Tints of Leather #8F6751
RGB
CMYK
RGB Variations
Color information
#8F6751 (or 0x8F6751) is known color: Leather. HEX triplet: 8F, 67 and 51. RGB value is (143,103,81). Sum of RGB (Red+Green+Blue) = 143+103+81=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6751 is #7098AE. Grayscale: #707070. Windows color (decimal): -7379119 or 5334927. OLE color: 5334927.
HSL color Cylindrical-coordinate representation of color #8F6751: hue angle of 21.29º 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 #8F6751 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 103 | 81 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.44 |
| HSL | 21.29º | 0.28% | 0.44% | - |
| HSV(B) | 21.29º | 0.43% | 0.56% | - |
| XYZ | 17.66 | 16.13 | 9.97 | - |
| YUV | 112.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 103 | 81 | 0 | 0.28 | 0.43 | 0.44 | 21.29 | 0.28 | 0.44 |
| Hex | 8F | 67 | 51 | 0 | 1C | 2B | 2C | 15 | 1C | 2C |
| Octal | 217 | 147 | 121 | 0 | 34 | 53 | 54 | 25 | 34 | 54 |
| Binary | 10001111 | 1100111 | 1010001 | 0 | 11100 | 101011 | 101100 | 10101 | 11100 | 101100 |
Color Harmonies of #8F6751
Complementary color
Monochromatic Colors of #8F6751
Black with #8F6751
Text Example
Text Example
White with #8F6751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6751; }
p { color: rgb(143,103,81); }
H1.HeaderClassName
{
color: #8F6751;
}
.AnyTagClassName
{
color: #8F6751;
}
</style>
background-color css
<style>
a { background-color: #8F6751; }
a { background-color: rgb(143,103,81); }
div.DivClassName
{
background-color: #8F6751;
}
.BgClassName
{
background-color: #8F6751;
}
</style>
border-color css
<style>
span { border-color: #8F6751; }
span { border-color: rgb(143,103,81); }
td.TdClassName
{
border-color: #8F6751;
}
.TagClassName
{
border-color: #8F6751;
}
</style>