Shades of Leather #8A6C57
Tints of Leather #8A6C57
RGB
CMYK
RGB Variations
Color information
#8A6C57 (or 0x8A6C57) is known color: Leather. HEX triplet: 8A, 6C and 57. RGB value is (138,108,87). Sum of RGB (Red+Green+Blue) = 138+108+87=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6C57 is #7593A8. Grayscale: #727272. Windows color (decimal): -7705513 or 5729418. OLE color: 5729418.
HSL color Cylindrical-coordinate representation of color #8A6C57: hue angle of 24.71º 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 #8A6C57 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 108 | 87 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.46 |
| HSL | 24.71º | 0.23% | 0.44% | - |
| HSV(B) | 24.71º | 0.37% | 0.54% | - |
| XYZ | 17.56 | 16.82 | 11.34 | - |
| YUV | 114.58 | 112.44 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 108 | 87 | 0 | 0.22 | 0.37 | 0.46 | 24.71 | 0.23 | 0.44 |
| Hex | 8A | 6C | 57 | 0 | 16 | 25 | 2E | 19 | 17 | 2C |
| Octal | 212 | 154 | 127 | 0 | 26 | 45 | 56 | 31 | 27 | 54 |
| Binary | 10001010 | 1101100 | 1010111 | 0 | 10110 | 100101 | 101110 | 11001 | 10111 | 101100 |
Color Harmonies of #8A6C57
Complementary color
Monochromatic Colors of #8A6C57
Black with #8A6C57
Text Example
Text Example
White with #8A6C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6C57; }
p { color: rgb(138,108,87); }
H1.HeaderClassName
{
color: #8A6C57;
}
.AnyTagClassName
{
color: #8A6C57;
}
</style>
background-color css
<style>
a { background-color: #8A6C57; }
a { background-color: rgb(138,108,87); }
div.DivClassName
{
background-color: #8A6C57;
}
.BgClassName
{
background-color: #8A6C57;
}
</style>
border-color css
<style>
span { border-color: #8A6C57; }
span { border-color: rgb(138,108,87); }
td.TdClassName
{
border-color: #8A6C57;
}
.TagClassName
{
border-color: #8A6C57;
}
</style>