Shades of Leather #8A6B4F
Tints of Leather #8A6B4F
RGB
CMYK
RGB Variations
Color information
#8A6B4F (or 0x8A6B4F) is known color: Leather. HEX triplet: 8A, 6B and 4F. RGB value is (138,107,79). Sum of RGB (Red+Green+Blue) = 138+107+79=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6B4F is #7594B0. Grayscale: #717171. Windows color (decimal): -7705777 or 5204874. OLE color: 5204874.
HSL color Cylindrical-coordinate representation of color #8A6B4F: hue angle of 28.47º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A6B4F is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 107 | 79 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.46 |
| HSL | 28.47º | 0.27% | 0.43% | - |
| HSV(B) | 28.47º | 0.43% | 0.54% | - |
| XYZ | 17.15 | 16.48 | 9.67 | - |
| YUV | 113.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 107 | 79 | 0 | 0.22 | 0.43 | 0.46 | 28.47 | 0.27 | 0.43 |
| Hex | 8A | 6B | 4F | 0 | 16 | 2B | 2E | 1C | 1B | 2B |
| Octal | 212 | 153 | 117 | 0 | 26 | 53 | 56 | 34 | 33 | 53 |
| Binary | 10001010 | 1101011 | 1001111 | 0 | 10110 | 101011 | 101110 | 11100 | 11011 | 101011 |
Color Harmonies of #8A6B4F
Complementary color
Monochromatic Colors of #8A6B4F
Black with #8A6B4F
Text Example
Text Example
White with #8A6B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6B4F; }
p { color: rgb(138,107,79); }
H1.HeaderClassName
{
color: #8A6B4F;
}
.AnyTagClassName
{
color: #8A6B4F;
}
</style>
background-color css
<style>
a { background-color: #8A6B4F; }
a { background-color: rgb(138,107,79); }
div.DivClassName
{
background-color: #8A6B4F;
}
.BgClassName
{
background-color: #8A6B4F;
}
</style>
border-color css
<style>
span { border-color: #8A6B4F; }
span { border-color: rgb(138,107,79); }
td.TdClassName
{
border-color: #8A6B4F;
}
.TagClassName
{
border-color: #8A6B4F;
}
</style>