Shades of Leather #8A6B56
Tints of Leather #8A6B56
RGB
CMYK
RGB Variations
Color information
#8A6B56 (or 0x8A6B56) is known color: Leather. HEX triplet: 8A, 6B and 56. RGB value is (138,107,86). Sum of RGB (Red+Green+Blue) = 138+107+86=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6B56 is #7594A9. Grayscale: #717171. Windows color (decimal): -7705770 or 5663626. OLE color: 5663626.
HSL color Cylindrical-coordinate representation of color #8A6B56: hue angle of 24.23º 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 #8A6B56 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 107 | 86 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.46 |
| HSL | 24.23º | 0.23% | 0.44% | - |
| HSV(B) | 24.23º | 0.38% | 0.54% | - |
| XYZ | 17.42 | 16.59 | 11.09 | - |
| YUV | 113.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 107 | 86 | 0 | 0.22 | 0.38 | 0.46 | 24.23 | 0.23 | 0.44 |
| Hex | 8A | 6B | 56 | 0 | 16 | 26 | 2E | 18 | 17 | 2C |
| Octal | 212 | 153 | 126 | 0 | 26 | 46 | 56 | 30 | 27 | 54 |
| Binary | 10001010 | 1101011 | 1010110 | 0 | 10110 | 100110 | 101110 | 11000 | 10111 | 101100 |
Color Harmonies of #8A6B56
Complementary color
Monochromatic Colors of #8A6B56
Black with #8A6B56
Text Example
Text Example
White with #8A6B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6B56; }
p { color: rgb(138,107,86); }
H1.HeaderClassName
{
color: #8A6B56;
}
.AnyTagClassName
{
color: #8A6B56;
}
</style>
background-color css
<style>
a { background-color: #8A6B56; }
a { background-color: rgb(138,107,86); }
div.DivClassName
{
background-color: #8A6B56;
}
.BgClassName
{
background-color: #8A6B56;
}
</style>
border-color css
<style>
span { border-color: #8A6B56; }
span { border-color: rgb(138,107,86); }
td.TdClassName
{
border-color: #8A6B56;
}
.TagClassName
{
border-color: #8A6B56;
}
</style>