Shades of Leather #8A6653
Tints of Leather #8A6653
RGB
CMYK
RGB Variations
Color information
#8A6653 (or 0x8A6653) is known color: Leather. HEX triplet: 8A, 66 and 53. RGB value is (138,102,83). Sum of RGB (Red+Green+Blue) = 138+102+83=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6653 is #7599AC. Grayscale: #6E6E6E. Windows color (decimal): -7707053 or 5465738. OLE color: 5465738.
HSL color Cylindrical-coordinate representation of color #8A6653: hue angle of 20.73º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A6653 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 102 | 83 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.46 |
| HSL | 20.73º | 0.25% | 0.43% | - |
| HSV(B) | 20.73º | 0.4% | 0.54% | - |
| XYZ | 16.79 | 15.53 | 10.3 | - |
| YUV | 110.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 102 | 83 | 0 | 0.26 | 0.40 | 0.46 | 20.73 | 0.25 | 0.43 |
| Hex | 8A | 66 | 53 | 0 | 1A | 28 | 2E | 15 | 19 | 2B |
| Octal | 212 | 146 | 123 | 0 | 32 | 50 | 56 | 25 | 31 | 53 |
| Binary | 10001010 | 1100110 | 1010011 | 0 | 11010 | 101000 | 101110 | 10101 | 11001 | 101011 |
Color Harmonies of #8A6653
Complementary color
Monochromatic Colors of #8A6653
Black with #8A6653
Text Example
Text Example
White with #8A6653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6653; }
p { color: rgb(138,102,83); }
H1.HeaderClassName
{
color: #8A6653;
}
.AnyTagClassName
{
color: #8A6653;
}
</style>
background-color css
<style>
a { background-color: #8A6653; }
a { background-color: rgb(138,102,83); }
div.DivClassName
{
background-color: #8A6653;
}
.BgClassName
{
background-color: #8A6653;
}
</style>
border-color css
<style>
span { border-color: #8A6653; }
span { border-color: rgb(138,102,83); }
td.TdClassName
{
border-color: #8A6653;
}
.TagClassName
{
border-color: #8A6653;
}
</style>