Shades of Ferra #8C6866
Tints of Ferra #8C6866
RGB
CMYK
RGB Variations
Color information
#8C6866 (or 0x8C6866) is known color: Ferra. HEX triplet: 8C, 68 and 66. RGB value is (140,104,102). Sum of RGB (Red+Green+Blue) = 140+104+102=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6866 is #739799. Grayscale: #727272. Windows color (decimal): -7575450 or 6711436. OLE color: 6711436.
HSL color Cylindrical-coordinate representation of color #8C6866: hue angle of 3.16º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C6866 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 104 | 102 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.45 |
| HSL | 3.16º | 0.16% | 0.47% | - |
| HSV(B) | 3.16º | 0.27% | 0.55% | - |
| XYZ | 18.16 | 16.44 | 14.79 | - |
| YUV | 114.54 | 120.93 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 104 | 102 | 0 | 0.26 | 0.27 | 0.45 | 3.16 | 0.16 | 0.47 |
| Hex | 8C | 68 | 66 | 0 | 1A | 1B | 2D | 3 | 10 | 2F |
| Octal | 214 | 150 | 146 | 0 | 32 | 33 | 55 | 3 | 20 | 57 |
| Binary | 10001100 | 1101000 | 1100110 | 0 | 11010 | 11011 | 101101 | 11 | 10000 | 101111 |
Color Harmonies of #8C6866
Complementary color
Monochromatic Colors of #8C6866
Black with #8C6866
Text Example
Text Example
White with #8C6866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6866; }
p { color: rgb(140,104,102); }
H1.HeaderClassName
{
color: #8C6866;
}
.AnyTagClassName
{
color: #8C6866;
}
</style>
background-color css
<style>
a { background-color: #8C6866; }
a { background-color: rgb(140,104,102); }
div.DivClassName
{
background-color: #8C6866;
}
.BgClassName
{
background-color: #8C6866;
}
</style>
border-color css
<style>
span { border-color: #8C6866; }
span { border-color: rgb(140,104,102); }
td.TdClassName
{
border-color: #8C6866;
}
.TagClassName
{
border-color: #8C6866;
}
</style>