Shades of Leather #8A6850
Tints of Leather #8A6850
RGB
CMYK
RGB Variations
Color information
#8A6850 (or 0x8A6850) is known color: Leather. HEX triplet: 8A, 68 and 50. RGB value is (138,104,80). Sum of RGB (Red+Green+Blue) = 138+104+80=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6850 is #7597AF. Grayscale: #6F6F6F. Windows color (decimal): -7706544 or 5269642. OLE color: 5269642.
HSL color Cylindrical-coordinate representation of color #8A6850: hue angle of 24.83º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A6850 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 104 | 80 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.46 |
| HSL | 24.83º | 0.27% | 0.43% | - |
| HSV(B) | 24.83º | 0.42% | 0.54% | - |
| XYZ | 16.88 | 15.88 | 9.77 | - |
| YUV | 111.43 | 110.26 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 104 | 80 | 0 | 0.25 | 0.42 | 0.46 | 24.83 | 0.27 | 0.43 |
| Hex | 8A | 68 | 50 | 0 | 19 | 2A | 2E | 19 | 1B | 2B |
| Octal | 212 | 150 | 120 | 0 | 31 | 52 | 56 | 31 | 33 | 53 |
| Binary | 10001010 | 1101000 | 1010000 | 0 | 11001 | 101010 | 101110 | 11001 | 11011 | 101011 |
Color Harmonies of #8A6850
Complementary color
Monochromatic Colors of #8A6850
Black with #8A6850
Text Example
Text Example
White with #8A6850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6850; }
p { color: rgb(138,104,80); }
H1.HeaderClassName
{
color: #8A6850;
}
.AnyTagClassName
{
color: #8A6850;
}
</style>
background-color css
<style>
a { background-color: #8A6850; }
a { background-color: rgb(138,104,80); }
div.DivClassName
{
background-color: #8A6850;
}
.BgClassName
{
background-color: #8A6850;
}
</style>
border-color css
<style>
span { border-color: #8A6850; }
span { border-color: rgb(138,104,80); }
td.TdClassName
{
border-color: #8A6850;
}
.TagClassName
{
border-color: #8A6850;
}
</style>