Shades of Leather #8A694A
Tints of Leather #8A694A
RGB
CMYK
RGB Variations
Color information
#8A694A (or 0x8A694A) is known color: Leather. HEX triplet: 8A, 69 and 4A. RGB value is (138,105,74). Sum of RGB (Red+Green+Blue) = 138+105+74=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 138 - color contains mainly: red. Hex color #8A694A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A694A is #7596B5. Grayscale: #6F6F6F. Windows color (decimal): -7706294 or 4876682. OLE color: 4876682.
HSL color Cylindrical-coordinate representation of color #8A694A: hue angle of 29.06º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A694A is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 105 | 74 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.46 |
| HSL | 29.06º | 0.3% | 0.42% | - |
| HSV(B) | 29.06º | 0.46% | 0.54% | - |
| XYZ | 16.77 | 16 | 8.68 | - |
| YUV | 111.33 | 106.93 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 105 | 74 | 0 | 0.24 | 0.46 | 0.46 | 29.06 | 0.3 | 0.42 |
| Hex | 8A | 69 | 4A | 0 | 18 | 2E | 2E | 1D | 1E | 2A |
| Octal | 212 | 151 | 112 | 0 | 30 | 56 | 56 | 35 | 36 | 52 |
| Binary | 10001010 | 1101001 | 1001010 | 0 | 11000 | 101110 | 101110 | 11101 | 11110 | 101010 |
Color Harmonies of #8A694A
Complementary color
Monochromatic Colors of #8A694A
Black with #8A694A
Text Example
Text Example
White with #8A694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A694A; }
p { color: rgb(138,105,74); }
H1.HeaderClassName
{
color: #8A694A;
}
.AnyTagClassName
{
color: #8A694A;
}
</style>
background-color css
<style>
a { background-color: #8A694A; }
a { background-color: rgb(138,105,74); }
div.DivClassName
{
background-color: #8A694A;
}
.BgClassName
{
background-color: #8A694A;
}
</style>
border-color css
<style>
span { border-color: #8A694A; }
span { border-color: rgb(138,105,74); }
td.TdClassName
{
border-color: #8A694A;
}
.TagClassName
{
border-color: #8A694A;
}
</style>