Shades of Leather #8F6954
Tints of Leather #8F6954
RGB
CMYK
RGB Variations
Color information
#8F6954 (or 0x8F6954) is known color: Leather. HEX triplet: 8F, 69 and 54. RGB value is (143,105,84). Sum of RGB (Red+Green+Blue) = 143+105+84=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6954 is #7096AB. Grayscale: #727272. Windows color (decimal): -7378604 or 5532047. OLE color: 5532047.
HSL color Cylindrical-coordinate representation of color #8F6954: hue angle of 21.36º degrees, saturation: 0.26, 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 #8F6954 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 105 | 84 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.44 |
| HSL | 21.36º | 0.26% | 0.45% | - |
| HSV(B) | 21.36º | 0.41% | 0.56% | - |
| XYZ | 17.98 | 16.58 | 10.64 | - |
| YUV | 113.97 | 111.09 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 84 | 0 | 0.27 | 0.41 | 0.44 | 21.36 | 0.26 | 0.45 |
| Hex | 8F | 69 | 54 | 0 | 1B | 29 | 2C | 15 | 1A | 2D |
| Octal | 217 | 151 | 124 | 0 | 33 | 51 | 54 | 25 | 32 | 55 |
| Binary | 10001111 | 1101001 | 1010100 | 0 | 11011 | 101001 | 101100 | 10101 | 11010 | 101101 |
Color Harmonies of #8F6954
Complementary color
Monochromatic Colors of #8F6954
Black with #8F6954
Text Example
Text Example
White with #8F6954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6954; }
p { color: rgb(143,105,84); }
H1.HeaderClassName
{
color: #8F6954;
}
.AnyTagClassName
{
color: #8F6954;
}
</style>
background-color css
<style>
a { background-color: #8F6954; }
a { background-color: rgb(143,105,84); }
div.DivClassName
{
background-color: #8F6954;
}
.BgClassName
{
background-color: #8F6954;
}
</style>
border-color css
<style>
span { border-color: #8F6954; }
span { border-color: rgb(143,105,84); }
td.TdClassName
{
border-color: #8F6954;
}
.TagClassName
{
border-color: #8F6954;
}
</style>