Shades of Leather #8E684F
Tints of Leather #8E684F
RGB
CMYK
RGB Variations
Color information
#8E684F (or 0x8E684F) is known color: Leather. HEX triplet: 8E, 68 and 4F. RGB value is (142,104,79). Sum of RGB (Red+Green+Blue) = 142+104+79=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 142 - color contains mainly: red. Hex color #8E684F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E684F is #7197B0. Grayscale: #707070. Windows color (decimal): -7444401 or 5204110. OLE color: 5204110.
HSL color Cylindrical-coordinate representation of color #8E684F: hue angle of 23.81º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E684F is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 104 | 79 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.44 |
| HSL | 23.81º | 0.29% | 0.43% | - |
| HSV(B) | 23.81º | 0.44% | 0.56% | - |
| XYZ | 17.52 | 16.22 | 9.6 | - |
| YUV | 112.51 | 109.09 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 104 | 79 | 0 | 0.27 | 0.44 | 0.44 | 23.81 | 0.29 | 0.43 |
| Hex | 8E | 68 | 4F | 0 | 1B | 2C | 2C | 18 | 1D | 2B |
| Octal | 216 | 150 | 117 | 0 | 33 | 54 | 54 | 30 | 35 | 53 |
| Binary | 10001110 | 1101000 | 1001111 | 0 | 11011 | 101100 | 101100 | 11000 | 11101 | 101011 |
Color Harmonies of #8E684F
Complementary color
Monochromatic Colors of #8E684F
Black with #8E684F
Text Example
Text Example
White with #8E684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E684F; }
p { color: rgb(142,104,79); }
H1.HeaderClassName
{
color: #8E684F;
}
.AnyTagClassName
{
color: #8E684F;
}
</style>
background-color css
<style>
a { background-color: #8E684F; }
a { background-color: rgb(142,104,79); }
div.DivClassName
{
background-color: #8E684F;
}
.BgClassName
{
background-color: #8E684F;
}
</style>
border-color css
<style>
span { border-color: #8E684F; }
span { border-color: rgb(142,104,79); }
td.TdClassName
{
border-color: #8E684F;
}
.TagClassName
{
border-color: #8E684F;
}
</style>