Shades of Leather #8C684A
Tints of Leather #8C684A
RGB
CMYK
RGB Variations
Color information
#8C684A (or 0x8C684A) is known color: Leather. HEX triplet: 8C, 68 and 4A. RGB value is (140,104,74). Sum of RGB (Red+Green+Blue) = 140+104+74=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C684A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C684A is #7397B5. Grayscale: #6F6F6F. Windows color (decimal): -7575478 or 4876428. OLE color: 4876428.
HSL color Cylindrical-coordinate representation of color #8C684A: hue angle of 27.27º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C684A is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 104 | 74 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.45 |
| HSL | 27.27º | 0.31% | 0.42% | - |
| HSV(B) | 27.27º | 0.47% | 0.55% | - |
| XYZ | 17 | 15.97 | 8.67 | - |
| YUV | 111.34 | 106.93 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 104 | 74 | 0 | 0.26 | 0.47 | 0.45 | 27.27 | 0.31 | 0.42 |
| Hex | 8C | 68 | 4A | 0 | 1A | 2F | 2D | 1B | 1F | 2A |
| Octal | 214 | 150 | 112 | 0 | 32 | 57 | 55 | 33 | 37 | 52 |
| Binary | 10001100 | 1101000 | 1001010 | 0 | 11010 | 101111 | 101101 | 11011 | 11111 | 101010 |
Color Harmonies of #8C684A
Complementary color
Monochromatic Colors of #8C684A
Black with #8C684A
Text Example
Text Example
White with #8C684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C684A; }
p { color: rgb(140,104,74); }
H1.HeaderClassName
{
color: #8C684A;
}
.AnyTagClassName
{
color: #8C684A;
}
</style>
background-color css
<style>
a { background-color: #8C684A; }
a { background-color: rgb(140,104,74); }
div.DivClassName
{
background-color: #8C684A;
}
.BgClassName
{
background-color: #8C684A;
}
</style>
border-color css
<style>
span { border-color: #8C684A; }
span { border-color: rgb(140,104,74); }
td.TdClassName
{
border-color: #8C684A;
}
.TagClassName
{
border-color: #8C684A;
}
</style>