Shades of Leather #8A6D54
Tints of Leather #8A6D54
RGB
CMYK
RGB Variations
Color information
#8A6D54 (or 0x8A6D54) is known color: Leather. HEX triplet: 8A, 6D and 54. RGB value is (138,109,84). Sum of RGB (Red+Green+Blue) = 138+109+84=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6D54 is #7592AB. Grayscale: #727272. Windows color (decimal): -7705260 or 5533066. OLE color: 5533066.
HSL color Cylindrical-coordinate representation of color #8A6D54: hue angle of 27.78º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A6D54 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 109 | 84 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.46 |
| HSL | 27.78º | 0.24% | 0.44% | - |
| HSV(B) | 27.78º | 0.39% | 0.54% | - |
| XYZ | 17.55 | 16.98 | 10.74 | - |
| YUV | 114.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 84 | 0 | 0.21 | 0.39 | 0.46 | 27.78 | 0.24 | 0.44 |
| Hex | 8A | 6D | 54 | 0 | 15 | 27 | 2E | 1C | 18 | 2C |
| Octal | 212 | 155 | 124 | 0 | 25 | 47 | 56 | 34 | 30 | 54 |
| Binary | 10001010 | 1101101 | 1010100 | 0 | 10101 | 100111 | 101110 | 11100 | 11000 | 101100 |
Color Harmonies of #8A6D54
Complementary color
Monochromatic Colors of #8A6D54
Black with #8A6D54
Text Example
Text Example
White with #8A6D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6D54; }
p { color: rgb(138,109,84); }
H1.HeaderClassName
{
color: #8A6D54;
}
.AnyTagClassName
{
color: #8A6D54;
}
</style>
background-color css
<style>
a { background-color: #8A6D54; }
a { background-color: rgb(138,109,84); }
div.DivClassName
{
background-color: #8A6D54;
}
.BgClassName
{
background-color: #8A6D54;
}
</style>
border-color css
<style>
span { border-color: #8A6D54; }
span { border-color: rgb(138,109,84); }
td.TdClassName
{
border-color: #8A6D54;
}
.TagClassName
{
border-color: #8A6D54;
}
</style>