Shades of Ferra #8C6862
Tints of Ferra #8C6862
RGB
CMYK
RGB Variations
Color information
#8C6862 (or 0x8C6862) is known color: Ferra. HEX triplet: 8C, 68 and 62. RGB value is (140,104,98). Sum of RGB (Red+Green+Blue) = 140+104+98=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6862 is #73979D. Grayscale: #727272. Windows color (decimal): -7575454 or 6449292. OLE color: 6449292.
HSL color Cylindrical-coordinate representation of color #8C6862: hue angle of 8.57º 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 #8C6862 is Cyan = 0, Magento = 0.26, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 104 | 98 | - |
| CMYK | 0 | 0.26 | 0.3 | 0.45 |
| HSL | 8.57º | 0.18% | 0.47% | - |
| HSV(B) | 8.57º | 0.3% | 0.55% | - |
| XYZ | 17.97 | 16.36 | 13.77 | - |
| YUV | 114.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 104 | 98 | 0 | 0.26 | 0.3 | 0.45 | 8.57 | 0.18 | 0.47 |
| Hex | 8C | 68 | 62 | 0 | 1A | 1E | 2D | 9 | 12 | 2F |
| Octal | 214 | 150 | 142 | 0 | 32 | 36 | 55 | 11 | 22 | 57 |
| Binary | 10001100 | 1101000 | 1100010 | 0 | 11010 | 11110 | 101101 | 1001 | 10010 | 101111 |
Color Harmonies of #8C6862
Complementary color
Monochromatic Colors of #8C6862
Black with #8C6862
Text Example
Text Example
White with #8C6862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6862; }
p { color: rgb(140,104,98); }
H1.HeaderClassName
{
color: #8C6862;
}
.AnyTagClassName
{
color: #8C6862;
}
</style>
background-color css
<style>
a { background-color: #8C6862; }
a { background-color: rgb(140,104,98); }
div.DivClassName
{
background-color: #8C6862;
}
.BgClassName
{
background-color: #8C6862;
}
</style>
border-color css
<style>
span { border-color: #8C6862; }
span { border-color: rgb(140,104,98); }
td.TdClassName
{
border-color: #8C6862;
}
.TagClassName
{
border-color: #8C6862;
}
</style>