Shades of Leather #8C6B4B
Tints of Leather #8C6B4B
RGB
CMYK
RGB Variations
Color information
#8C6B4B (or 0x8C6B4B) is known color: Leather. HEX triplet: 8C, 6B and 4B. RGB value is (140,107,75). Sum of RGB (Red+Green+Blue) = 140+107+75=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6B4B is #7394B4. Grayscale: #717171. Windows color (decimal): -7574709 or 4942732. OLE color: 4942732.
HSL color Cylindrical-coordinate representation of color #8C6B4B: hue angle of 29.54º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C6B4B is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 107 | 75 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.45 |
| HSL | 29.54º | 0.3% | 0.42% | - |
| HSV(B) | 29.54º | 0.46% | 0.55% | - |
| XYZ | 17.34 | 16.6 | 8.95 | - |
| YUV | 113.22 | 106.43 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 75 | 0 | 0.24 | 0.46 | 0.45 | 29.54 | 0.3 | 0.42 |
| Hex | 8C | 6B | 4B | 0 | 18 | 2E | 2D | 1E | 1E | 2A |
| Octal | 214 | 153 | 113 | 0 | 30 | 56 | 55 | 36 | 36 | 52 |
| Binary | 10001100 | 1101011 | 1001011 | 0 | 11000 | 101110 | 101101 | 11110 | 11110 | 101010 |
Color Harmonies of #8C6B4B
Complementary color
Monochromatic Colors of #8C6B4B
Black with #8C6B4B
Text Example
Text Example
White with #8C6B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6B4B; }
p { color: rgb(140,107,75); }
H1.HeaderClassName
{
color: #8C6B4B;
}
.AnyTagClassName
{
color: #8C6B4B;
}
</style>
background-color css
<style>
a { background-color: #8C6B4B; }
a { background-color: rgb(140,107,75); }
div.DivClassName
{
background-color: #8C6B4B;
}
.BgClassName
{
background-color: #8C6B4B;
}
</style>
border-color css
<style>
span { border-color: #8C6B4B; }
span { border-color: rgb(140,107,75); }
td.TdClassName
{
border-color: #8C6B4B;
}
.TagClassName
{
border-color: #8C6B4B;
}
</style>