Shades of Leather #8A6556
Tints of Leather #8A6556
RGB
CMYK
RGB Variations
Color information
#8A6556 (or 0x8A6556) is known color: Leather. HEX triplet: 8A, 65 and 56. RGB value is (138,101,86). Sum of RGB (Red+Green+Blue) = 138+101+86=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6556 is #759AA9. Grayscale: #6E6E6E. Windows color (decimal): -7707306 or 5662090. OLE color: 5662090.
HSL color Cylindrical-coordinate representation of color #8A6556: hue angle of 17.31º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A6556 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 101 | 86 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.46 |
| HSL | 17.31º | 0.23% | 0.44% | - |
| HSV(B) | 17.31º | 0.38% | 0.54% | - |
| XYZ | 16.81 | 15.38 | 10.89 | - |
| YUV | 110.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 101 | 86 | 0 | 0.27 | 0.38 | 0.46 | 17.31 | 0.23 | 0.44 |
| Hex | 8A | 65 | 56 | 0 | 1B | 26 | 2E | 11 | 17 | 2C |
| Octal | 212 | 145 | 126 | 0 | 33 | 46 | 56 | 21 | 27 | 54 |
| Binary | 10001010 | 1100101 | 1010110 | 0 | 11011 | 100110 | 101110 | 10001 | 10111 | 101100 |
Color Harmonies of #8A6556
Complementary color
Monochromatic Colors of #8A6556
Black with #8A6556
Text Example
Text Example
White with #8A6556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6556; }
p { color: rgb(138,101,86); }
H1.HeaderClassName
{
color: #8A6556;
}
.AnyTagClassName
{
color: #8A6556;
}
</style>
background-color css
<style>
a { background-color: #8A6556; }
a { background-color: rgb(138,101,86); }
div.DivClassName
{
background-color: #8A6556;
}
.BgClassName
{
background-color: #8A6556;
}
</style>
border-color css
<style>
span { border-color: #8A6556; }
span { border-color: rgb(138,101,86); }
td.TdClassName
{
border-color: #8A6556;
}
.TagClassName
{
border-color: #8A6556;
}
</style>