Shades of Leather #8E694C
Tints of Leather #8E694C
RGB
CMYK
RGB Variations
Color information
#8E694C (or 0x8E694C) is known color: Leather. HEX triplet: 8E, 69 and 4C. RGB value is (142,105,76). Sum of RGB (Red+Green+Blue) = 142+105+76=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E694C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E694C is #7196B3. Grayscale: #707070. Windows color (decimal): -7444148 or 5007758. OLE color: 5007758.
HSL color Cylindrical-coordinate representation of color #8E694C: hue angle of 26.36º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E694C is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 105 | 76 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.44 |
| HSL | 26.36º | 0.3% | 0.43% | - |
| HSV(B) | 26.36º | 0.46% | 0.56% | - |
| XYZ | 17.51 | 16.38 | 9.08 | - |
| YUV | 112.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 105 | 76 | 0 | 0.26 | 0.46 | 0.44 | 26.36 | 0.3 | 0.43 |
| Hex | 8E | 69 | 4C | 0 | 1A | 2E | 2C | 1A | 1E | 2B |
| Octal | 216 | 151 | 114 | 0 | 32 | 56 | 54 | 32 | 36 | 53 |
| Binary | 10001110 | 1101001 | 1001100 | 0 | 11010 | 101110 | 101100 | 11010 | 11110 | 101011 |
Color Harmonies of #8E694C
Complementary color
Monochromatic Colors of #8E694C
Black with #8E694C
Text Example
Text Example
White with #8E694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E694C; }
p { color: rgb(142,105,76); }
H1.HeaderClassName
{
color: #8E694C;
}
.AnyTagClassName
{
color: #8E694C;
}
</style>
background-color css
<style>
a { background-color: #8E694C; }
a { background-color: rgb(142,105,76); }
div.DivClassName
{
background-color: #8E694C;
}
.BgClassName
{
background-color: #8E694C;
}
</style>
border-color css
<style>
span { border-color: #8E694C; }
span { border-color: rgb(142,105,76); }
td.TdClassName
{
border-color: #8E694C;
}
.TagClassName
{
border-color: #8E694C;
}
</style>