Shades of Ferra #8E6664
Tints of Ferra #8E6664
RGB
CMYK
RGB Variations
Color information
#8E6664 (or 0x8E6664) is known color: Ferra. HEX triplet: 8E, 66 and 64. RGB value is (142,102,100). Sum of RGB (Red+Green+Blue) = 142+102+100=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6664 is #71999B. Grayscale: #717171. Windows color (decimal): -7444892 or 6579854. OLE color: 6579854.
HSL color Cylindrical-coordinate representation of color #8E6664: hue angle of 2.86º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E6664 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 102 | 100 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.44 |
| HSL | 2.86º | 0.17% | 0.47% | - |
| HSV(B) | 2.86º | 0.3% | 0.56% | - |
| XYZ | 18.21 | 16.17 | 14.22 | - |
| YUV | 113.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 102 | 100 | 0 | 0.28 | 0.30 | 0.44 | 2.86 | 0.17 | 0.47 |
| Hex | 8E | 66 | 64 | 0 | 1C | 1E | 2C | 3 | 11 | 2F |
| Octal | 216 | 146 | 144 | 0 | 34 | 36 | 54 | 3 | 21 | 57 |
| Binary | 10001110 | 1100110 | 1100100 | 0 | 11100 | 11110 | 101100 | 11 | 10001 | 101111 |
Color Harmonies of #8E6664
Complementary color
Monochromatic Colors of #8E6664
Black with #8E6664
Text Example
Text Example
White with #8E6664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6664; }
p { color: rgb(142,102,100); }
H1.HeaderClassName
{
color: #8E6664;
}
.AnyTagClassName
{
color: #8E6664;
}
</style>
background-color css
<style>
a { background-color: #8E6664; }
a { background-color: rgb(142,102,100); }
div.DivClassName
{
background-color: #8E6664;
}
.BgClassName
{
background-color: #8E6664;
}
</style>
border-color css
<style>
span { border-color: #8E6664; }
span { border-color: rgb(142,102,100); }
td.TdClassName
{
border-color: #8E6664;
}
.TagClassName
{
border-color: #8E6664;
}
</style>