Shades of Leather #8A6E57
Tints of Leather #8A6E57
RGB
CMYK
RGB Variations
Color information
#8A6E57 (or 0x8A6E57) is known color: Leather. HEX triplet: 8A, 6E and 57. RGB value is (138,110,87). Sum of RGB (Red+Green+Blue) = 138+110+87=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6E57 is #7591A8. Grayscale: #737373. Windows color (decimal): -7705001 or 5729930. OLE color: 5729930.
HSL color Cylindrical-coordinate representation of color #8A6E57: hue angle of 27.06º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A6E57 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 110 | 87 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.46 |
| HSL | 27.06º | 0.23% | 0.44% | - |
| HSV(B) | 27.06º | 0.37% | 0.54% | - |
| XYZ | 17.78 | 17.24 | 11.41 | - |
| YUV | 115.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 110 | 87 | 0 | 0.20 | 0.37 | 0.46 | 27.06 | 0.23 | 0.44 |
| Hex | 8A | 6E | 57 | 0 | 14 | 25 | 2E | 1B | 17 | 2C |
| Octal | 212 | 156 | 127 | 0 | 24 | 45 | 56 | 33 | 27 | 54 |
| Binary | 10001010 | 1101110 | 1010111 | 0 | 10100 | 100101 | 101110 | 11011 | 10111 | 101100 |
Color Harmonies of #8A6E57
Complementary color
Monochromatic Colors of #8A6E57
Black with #8A6E57
Text Example
Text Example
White with #8A6E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6E57; }
p { color: rgb(138,110,87); }
H1.HeaderClassName
{
color: #8A6E57;
}
.AnyTagClassName
{
color: #8A6E57;
}
</style>
background-color css
<style>
a { background-color: #8A6E57; }
a { background-color: rgb(138,110,87); }
div.DivClassName
{
background-color: #8A6E57;
}
.BgClassName
{
background-color: #8A6E57;
}
</style>
border-color css
<style>
span { border-color: #8A6E57; }
span { border-color: rgb(138,110,87); }
td.TdClassName
{
border-color: #8A6E57;
}
.TagClassName
{
border-color: #8A6E57;
}
</style>