Shades of Leather #8A6656
Tints of Leather #8A6656
RGB
CMYK
RGB Variations
Color information
#8A6656 (or 0x8A6656) is known color: Leather. HEX triplet: 8A, 66 and 56. RGB value is (138,102,86). Sum of RGB (Red+Green+Blue) = 138+102+86=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6656 is #7599A9. Grayscale: #6F6F6F. Windows color (decimal): -7707050 or 5662346. OLE color: 5662346.
HSL color Cylindrical-coordinate representation of color #8A6656: hue angle of 18.46º 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 #8A6656 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 102 | 86 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.46 |
| HSL | 18.46º | 0.23% | 0.44% | - |
| HSV(B) | 18.46º | 0.38% | 0.54% | - |
| XYZ | 16.91 | 15.58 | 10.92 | - |
| YUV | 110.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 102 | 86 | 0 | 0.26 | 0.38 | 0.46 | 18.46 | 0.23 | 0.44 |
| Hex | 8A | 66 | 56 | 0 | 1A | 26 | 2E | 12 | 17 | 2C |
| Octal | 212 | 146 | 126 | 0 | 32 | 46 | 56 | 22 | 27 | 54 |
| Binary | 10001010 | 1100110 | 1010110 | 0 | 11010 | 100110 | 101110 | 10010 | 10111 | 101100 |
Color Harmonies of #8A6656
Complementary color
Monochromatic Colors of #8A6656
Black with #8A6656
Text Example
Text Example
White with #8A6656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6656; }
p { color: rgb(138,102,86); }
H1.HeaderClassName
{
color: #8A6656;
}
.AnyTagClassName
{
color: #8A6656;
}
</style>
background-color css
<style>
a { background-color: #8A6656; }
a { background-color: rgb(138,102,86); }
div.DivClassName
{
background-color: #8A6656;
}
.BgClassName
{
background-color: #8A6656;
}
</style>
border-color css
<style>
span { border-color: #8A6656; }
span { border-color: rgb(138,102,86); }
td.TdClassName
{
border-color: #8A6656;
}
.TagClassName
{
border-color: #8A6656;
}
</style>