Shades of Leather #8A6D55
Tints of Leather #8A6D55
RGB
CMYK
RGB Variations
Color information
#8A6D55 (or 0x8A6D55) is known color: Leather. HEX triplet: 8A, 6D and 55. RGB value is (138,109,85). Sum of RGB (Red+Green+Blue) = 138+109+85=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6D55 is #7592AA. Grayscale: #737373. Windows color (decimal): -7705259 or 5598602. OLE color: 5598602.
HSL color Cylindrical-coordinate representation of color #8A6D55: hue angle of 27.17º degrees, saturation: 0.24, 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 #8A6D55 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 109 | 85 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.46 |
| HSL | 27.17º | 0.24% | 0.44% | - |
| HSV(B) | 27.17º | 0.38% | 0.54% | - |
| XYZ | 17.59 | 17 | 10.95 | - |
| YUV | 114.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 85 | 0 | 0.21 | 0.38 | 0.46 | 27.17 | 0.24 | 0.44 |
| Hex | 8A | 6D | 55 | 0 | 15 | 26 | 2E | 1B | 18 | 2C |
| Octal | 212 | 155 | 125 | 0 | 25 | 46 | 56 | 33 | 30 | 54 |
| Binary | 10001010 | 1101101 | 1010101 | 0 | 10101 | 100110 | 101110 | 11011 | 11000 | 101100 |
Color Harmonies of #8A6D55
Complementary color
Monochromatic Colors of #8A6D55
Black with #8A6D55
Text Example
Text Example
White with #8A6D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6D55; }
p { color: rgb(138,109,85); }
H1.HeaderClassName
{
color: #8A6D55;
}
.AnyTagClassName
{
color: #8A6D55;
}
</style>
background-color css
<style>
a { background-color: #8A6D55; }
a { background-color: rgb(138,109,85); }
div.DivClassName
{
background-color: #8A6D55;
}
.BgClassName
{
background-color: #8A6D55;
}
</style>
border-color css
<style>
span { border-color: #8A6D55; }
span { border-color: rgb(138,109,85); }
td.TdClassName
{
border-color: #8A6D55;
}
.TagClassName
{
border-color: #8A6D55;
}
</style>