Shades of Ferra #8C6863
Tints of Ferra #8C6863
RGB
CMYK
RGB Variations
Color information
#8C6863 (or 0x8C6863) is known color: Ferra. HEX triplet: 8C, 68 and 63. RGB value is (140,104,99). Sum of RGB (Red+Green+Blue) = 140+104+99=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6863 is #73979C. Grayscale: #727272. Windows color (decimal): -7575453 or 6514828. OLE color: 6514828.
HSL color Cylindrical-coordinate representation of color #8C6863: hue angle of 7.32º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C6863 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 104 | 99 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.45 |
| HSL | 7.32º | 0.17% | 0.47% | - |
| HSV(B) | 7.32º | 0.29% | 0.55% | - |
| XYZ | 18.02 | 16.38 | 14.02 | - |
| YUV | 114.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 104 | 99 | 0 | 0.26 | 0.29 | 0.45 | 7.32 | 0.17 | 0.47 |
| Hex | 8C | 68 | 63 | 0 | 1A | 1D | 2D | 7 | 11 | 2F |
| Octal | 214 | 150 | 143 | 0 | 32 | 35 | 55 | 7 | 21 | 57 |
| Binary | 10001100 | 1101000 | 1100011 | 0 | 11010 | 11101 | 101101 | 111 | 10001 | 101111 |
Color Harmonies of #8C6863
Complementary color
Monochromatic Colors of #8C6863
Black with #8C6863
Text Example
Text Example
White with #8C6863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6863; }
p { color: rgb(140,104,99); }
H1.HeaderClassName
{
color: #8C6863;
}
.AnyTagClassName
{
color: #8C6863;
}
</style>
background-color css
<style>
a { background-color: #8C6863; }
a { background-color: rgb(140,104,99); }
div.DivClassName
{
background-color: #8C6863;
}
.BgClassName
{
background-color: #8C6863;
}
</style>
border-color css
<style>
span { border-color: #8C6863; }
span { border-color: rgb(140,104,99); }
td.TdClassName
{
border-color: #8C6863;
}
.TagClassName
{
border-color: #8C6863;
}
</style>