Shades of Ferra #8D6862
Tints of Ferra #8D6862
RGB
CMYK
RGB Variations
Color information
#8D6862 (or 0x8D6862) is known color: Ferra. HEX triplet: 8D, 68 and 62. RGB value is (141,104,98). Sum of RGB (Red+Green+Blue) = 141+104+98=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6862 is #72979D. Grayscale: #727272. Windows color (decimal): -7509918 or 6449293. OLE color: 6449293.
HSL color Cylindrical-coordinate representation of color #8D6862: hue angle of 8.37º degrees, saturation: 0.18, 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 #8D6862 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 104 | 98 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.45 |
| HSL | 8.37º | 0.18% | 0.47% | - |
| HSV(B) | 8.37º | 0.3% | 0.55% | - |
| XYZ | 18.14 | 16.45 | 13.77 | - |
| YUV | 114.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 104 | 98 | 0 | 0.26 | 0.30 | 0.45 | 8.37 | 0.18 | 0.47 |
| Hex | 8D | 68 | 62 | 0 | 1A | 1E | 2D | 8 | 12 | 2F |
| Octal | 215 | 150 | 142 | 0 | 32 | 36 | 55 | 10 | 22 | 57 |
| Binary | 10001101 | 1101000 | 1100010 | 0 | 11010 | 11110 | 101101 | 1000 | 10010 | 101111 |
Color Harmonies of #8D6862
Complementary color
Monochromatic Colors of #8D6862
Black with #8D6862
Text Example
Text Example
White with #8D6862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6862; }
p { color: rgb(141,104,98); }
H1.HeaderClassName
{
color: #8D6862;
}
.AnyTagClassName
{
color: #8D6862;
}
</style>
background-color css
<style>
a { background-color: #8D6862; }
a { background-color: rgb(141,104,98); }
div.DivClassName
{
background-color: #8D6862;
}
.BgClassName
{
background-color: #8D6862;
}
</style>
border-color css
<style>
span { border-color: #8D6862; }
span { border-color: rgb(141,104,98); }
td.TdClassName
{
border-color: #8D6862;
}
.TagClassName
{
border-color: #8D6862;
}
</style>