Shades of Leather #8D694B
Tints of Leather #8D694B
RGB
CMYK
RGB Variations
Color information
#8D694B (or 0x8D694B) is known color: Leather. HEX triplet: 8D, 69 and 4B. RGB value is (141,105,75). Sum of RGB (Red+Green+Blue) = 141+105+75=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D694B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D694B is #7296B4. Grayscale: #707070. Windows color (decimal): -7509685 or 4942221. OLE color: 4942221.
HSL color Cylindrical-coordinate representation of color #8D694B: 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 #8D694B is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 105 | 75 | - |
| 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.31 | 16.27 | 8.89 | - |
| YUV | 112.34 | 106.93 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 105 | 75 | 0 | 0.26 | 0.47 | 0.45 | 27.27 | 0.31 | 0.42 |
| Hex | 8D | 69 | 4B | 0 | 1A | 2F | 2D | 1B | 1F | 2A |
| Octal | 215 | 151 | 113 | 0 | 32 | 57 | 55 | 33 | 37 | 52 |
| Binary | 10001101 | 1101001 | 1001011 | 0 | 11010 | 101111 | 101101 | 11011 | 11111 | 101010 |
Color Harmonies of #8D694B
Complementary color
Monochromatic Colors of #8D694B
Black with #8D694B
Text Example
Text Example
White with #8D694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D694B; }
p { color: rgb(141,105,75); }
H1.HeaderClassName
{
color: #8D694B;
}
.AnyTagClassName
{
color: #8D694B;
}
</style>
background-color css
<style>
a { background-color: #8D694B; }
a { background-color: rgb(141,105,75); }
div.DivClassName
{
background-color: #8D694B;
}
.BgClassName
{
background-color: #8D694B;
}
</style>
border-color css
<style>
span { border-color: #8D694B; }
span { border-color: rgb(141,105,75); }
td.TdClassName
{
border-color: #8D694B;
}
.TagClassName
{
border-color: #8D694B;
}
</style>