Shades of Leather #8A6E58
Tints of Leather #8A6E58
RGB
CMYK
RGB Variations
Color information
#8A6E58 (or 0x8A6E58) is known color: Leather. HEX triplet: 8A, 6E and 58. RGB value is (138,110,88). Sum of RGB (Red+Green+Blue) = 138+110+88=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6E58 is #7591A7. Grayscale: #737373. Windows color (decimal): -7705000 or 5795466. OLE color: 5795466.
HSL color Cylindrical-coordinate representation of color #8A6E58: hue angle of 26.4º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A6E58 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 110 | 88 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.46 |
| HSL | 26.4º | 0.22% | 0.44% | - |
| HSV(B) | 26.4º | 0.36% | 0.54% | - |
| XYZ | 17.82 | 17.26 | 11.62 | - |
| YUV | 115.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 110 | 88 | 0 | 0.20 | 0.36 | 0.46 | 26.4 | 0.22 | 0.44 |
| Hex | 8A | 6E | 58 | 0 | 14 | 24 | 2E | 1A | 16 | 2C |
| Octal | 212 | 156 | 130 | 0 | 24 | 44 | 56 | 32 | 26 | 54 |
| Binary | 10001010 | 1101110 | 1011000 | 0 | 10100 | 100100 | 101110 | 11010 | 10110 | 101100 |
Color Harmonies of #8A6E58
Complementary color
Monochromatic Colors of #8A6E58
Black with #8A6E58
Text Example
Text Example
White with #8A6E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6E58; }
p { color: rgb(138,110,88); }
H1.HeaderClassName
{
color: #8A6E58;
}
.AnyTagClassName
{
color: #8A6E58;
}
</style>
background-color css
<style>
a { background-color: #8A6E58; }
a { background-color: rgb(138,110,88); }
div.DivClassName
{
background-color: #8A6E58;
}
.BgClassName
{
background-color: #8A6E58;
}
</style>
border-color css
<style>
span { border-color: #8A6E58; }
span { border-color: rgb(138,110,88); }
td.TdClassName
{
border-color: #8A6E58;
}
.TagClassName
{
border-color: #8A6E58;
}
</style>