Shades of Ferra #8D6863
Tints of Ferra #8D6863
RGB
CMYK
RGB Variations
Color information
#8D6863 (or 0x8D6863) is known color: Ferra. HEX triplet: 8D, 68 and 63. RGB value is (141,104,99). Sum of RGB (Red+Green+Blue) = 141+104+99=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6863 is #72979C. Grayscale: #727272. Windows color (decimal): -7509917 or 6514829. OLE color: 6514829.
HSL color Cylindrical-coordinate representation of color #8D6863: hue angle of 7.14º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D6863 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 104 | 99 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.45 |
| HSL | 7.14º | 0.18% | 0.47% | - |
| HSV(B) | 7.14º | 0.3% | 0.55% | - |
| XYZ | 18.19 | 16.46 | 14.02 | - |
| YUV | 114.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 104 | 99 | 0 | 0.26 | 0.30 | 0.45 | 7.14 | 0.18 | 0.47 |
| Hex | 8D | 68 | 63 | 0 | 1A | 1E | 2D | 7 | 12 | 2F |
| Octal | 215 | 150 | 143 | 0 | 32 | 36 | 55 | 7 | 22 | 57 |
| Binary | 10001101 | 1101000 | 1100011 | 0 | 11010 | 11110 | 101101 | 111 | 10010 | 101111 |
Color Harmonies of #8D6863
Complementary color
Monochromatic Colors of #8D6863
Black with #8D6863
Text Example
Text Example
White with #8D6863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6863; }
p { color: rgb(141,104,99); }
H1.HeaderClassName
{
color: #8D6863;
}
.AnyTagClassName
{
color: #8D6863;
}
</style>
background-color css
<style>
a { background-color: #8D6863; }
a { background-color: rgb(141,104,99); }
div.DivClassName
{
background-color: #8D6863;
}
.BgClassName
{
background-color: #8D6863;
}
</style>
border-color css
<style>
span { border-color: #8D6863; }
span { border-color: rgb(141,104,99); }
td.TdClassName
{
border-color: #8D6863;
}
.TagClassName
{
border-color: #8D6863;
}
</style>