Shades of Leather #8F6955
Tints of Leather #8F6955
RGB
CMYK
RGB Variations
Color information
#8F6955 (or 0x8F6955) is known color: Leather. HEX triplet: 8F, 69 and 55. RGB value is (143,105,85). Sum of RGB (Red+Green+Blue) = 143+105+85=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6955 is #7096AA. Grayscale: #727272. Windows color (decimal): -7378603 or 5597583. OLE color: 5597583.
HSL color Cylindrical-coordinate representation of color #8F6955: hue angle of 20.69º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F6955 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 105 | 85 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.44 |
| HSL | 20.69º | 0.25% | 0.45% | - |
| HSV(B) | 20.69º | 0.41% | 0.56% | - |
| XYZ | 18.02 | 16.6 | 10.85 | - |
| YUV | 114.08 | 111.59 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 85 | 0 | 0.27 | 0.41 | 0.44 | 20.69 | 0.25 | 0.45 |
| Hex | 8F | 69 | 55 | 0 | 1B | 29 | 2C | 15 | 19 | 2D |
| Octal | 217 | 151 | 125 | 0 | 33 | 51 | 54 | 25 | 31 | 55 |
| Binary | 10001111 | 1101001 | 1010101 | 0 | 11011 | 101001 | 101100 | 10101 | 11001 | 101101 |
Color Harmonies of #8F6955
Complementary color
Monochromatic Colors of #8F6955
Black with #8F6955
Text Example
Text Example
White with #8F6955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6955; }
p { color: rgb(143,105,85); }
H1.HeaderClassName
{
color: #8F6955;
}
.AnyTagClassName
{
color: #8F6955;
}
</style>
background-color css
<style>
a { background-color: #8F6955; }
a { background-color: rgb(143,105,85); }
div.DivClassName
{
background-color: #8F6955;
}
.BgClassName
{
background-color: #8F6955;
}
</style>
border-color css
<style>
span { border-color: #8F6955; }
span { border-color: rgb(143,105,85); }
td.TdClassName
{
border-color: #8F6955;
}
.TagClassName
{
border-color: #8F6955;
}
</style>