Shades of Leather #8D684C
Tints of Leather #8D684C
RGB
CMYK
RGB Variations
Color information
#8D684C (or 0x8D684C) is known color: Leather. HEX triplet: 8D, 68 and 4C. RGB value is (141,104,76). Sum of RGB (Red+Green+Blue) = 141+104+76=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D684C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D684C is #7297B3. Grayscale: #707070. Windows color (decimal): -7509940 or 5007501. OLE color: 5007501.
HSL color Cylindrical-coordinate representation of color #8D684C: hue angle of 25.85º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D684C is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 104 | 76 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.45 |
| HSL | 25.85º | 0.3% | 0.43% | - |
| HSV(B) | 25.85º | 0.46% | 0.55% | - |
| XYZ | 17.24 | 16.09 | 9.03 | - |
| YUV | 111.87 | 107.76 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 104 | 76 | 0 | 0.26 | 0.46 | 0.45 | 25.85 | 0.3 | 0.43 |
| Hex | 8D | 68 | 4C | 0 | 1A | 2E | 2D | 1A | 1E | 2B |
| Octal | 215 | 150 | 114 | 0 | 32 | 56 | 55 | 32 | 36 | 53 |
| Binary | 10001101 | 1101000 | 1001100 | 0 | 11010 | 101110 | 101101 | 11010 | 11110 | 101011 |
Color Harmonies of #8D684C
Complementary color
Monochromatic Colors of #8D684C
Black with #8D684C
Text Example
Text Example
White with #8D684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D684C; }
p { color: rgb(141,104,76); }
H1.HeaderClassName
{
color: #8D684C;
}
.AnyTagClassName
{
color: #8D684C;
}
</style>
background-color css
<style>
a { background-color: #8D684C; }
a { background-color: rgb(141,104,76); }
div.DivClassName
{
background-color: #8D684C;
}
.BgClassName
{
background-color: #8D684C;
}
</style>
border-color css
<style>
span { border-color: #8D684C; }
span { border-color: rgb(141,104,76); }
td.TdClassName
{
border-color: #8D684C;
}
.TagClassName
{
border-color: #8D684C;
}
</style>