Shades of Leather #8D675A
Tints of Leather #8D675A
RGB
CMYK
RGB Variations
Color information
#8D675A (or 0x8D675A) is known color: Leather. HEX triplet: 8D, 67 and 5A. RGB value is (141,103,90). Sum of RGB (Red+Green+Blue) = 141+103+90=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D675A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D675A is #7298A5. Grayscale: #707070. Windows color (decimal): -7510182 or 5924749. OLE color: 5924749.
HSL color Cylindrical-coordinate representation of color #8D675A: hue angle of 15.29º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D675A is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 103 | 90 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.45 |
| HSL | 15.29º | 0.22% | 0.45% | - |
| HSV(B) | 15.29º | 0.36% | 0.55% | - |
| XYZ | 17.68 | 16.1 | 11.85 | - |
| YUV | 112.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 103 | 90 | 0 | 0.27 | 0.36 | 0.45 | 15.29 | 0.22 | 0.45 |
| Hex | 8D | 67 | 5A | 0 | 1B | 24 | 2D | F | 16 | 2D |
| Octal | 215 | 147 | 132 | 0 | 33 | 44 | 55 | 17 | 26 | 55 |
| Binary | 10001101 | 1100111 | 1011010 | 0 | 11011 | 100100 | 101101 | 1111 | 10110 | 101101 |
Color Harmonies of #8D675A
Complementary color
Monochromatic Colors of #8D675A
Black with #8D675A
Text Example
Text Example
White with #8D675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D675A; }
p { color: rgb(141,103,90); }
H1.HeaderClassName
{
color: #8D675A;
}
.AnyTagClassName
{
color: #8D675A;
}
</style>
background-color css
<style>
a { background-color: #8D675A; }
a { background-color: rgb(141,103,90); }
div.DivClassName
{
background-color: #8D675A;
}
.BgClassName
{
background-color: #8D675A;
}
</style>
border-color css
<style>
span { border-color: #8D675A; }
span { border-color: rgb(141,103,90); }
td.TdClassName
{
border-color: #8D675A;
}
.TagClassName
{
border-color: #8D675A;
}
</style>