Shades of Leather #8C6949
Tints of Leather #8C6949
RGB
CMYK
RGB Variations
Color information
#8C6949 (or 0x8C6949) is known color: Leather. HEX triplet: 8C, 69 and 49. RGB value is (140,105,73). Sum of RGB (Red+Green+Blue) = 140+105+73=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6949 is #7396B6. Grayscale: #6F6F6F. Windows color (decimal): -7575223 or 4811148. OLE color: 4811148.
HSL color Cylindrical-coordinate representation of color #8C6949: hue angle of 28.66º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C6949 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 105 | 73 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.45 |
| HSL | 28.66º | 0.31% | 0.42% | - |
| HSV(B) | 28.66º | 0.48% | 0.55% | - |
| XYZ | 17.07 | 16.16 | 8.52 | - |
| YUV | 111.82 | 106.1 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 73 | 0 | 0.25 | 0.48 | 0.45 | 28.66 | 0.31 | 0.42 |
| Hex | 8C | 69 | 49 | 0 | 19 | 30 | 2D | 1D | 1F | 2A |
| Octal | 214 | 151 | 111 | 0 | 31 | 60 | 55 | 35 | 37 | 52 |
| Binary | 10001100 | 1101001 | 1001001 | 0 | 11001 | 110000 | 101101 | 11101 | 11111 | 101010 |
Color Harmonies of #8C6949
Complementary color
Monochromatic Colors of #8C6949
Black with #8C6949
Text Example
Text Example
White with #8C6949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6949; }
p { color: rgb(140,105,73); }
H1.HeaderClassName
{
color: #8C6949;
}
.AnyTagClassName
{
color: #8C6949;
}
</style>
background-color css
<style>
a { background-color: #8C6949; }
a { background-color: rgb(140,105,73); }
div.DivClassName
{
background-color: #8C6949;
}
.BgClassName
{
background-color: #8C6949;
}
</style>
border-color css
<style>
span { border-color: #8C6949; }
span { border-color: rgb(140,105,73); }
td.TdClassName
{
border-color: #8C6949;
}
.TagClassName
{
border-color: #8C6949;
}
</style>