Shades of Ferra #8E6F6E
Tints of Ferra #8E6F6E
RGB
CMYK
RGB Variations
Color information
#8E6F6E (or 0x8E6F6E) is known color: Ferra. HEX triplet: 8E, 6F and 6E. RGB value is (142,111,110). Sum of RGB (Red+Green+Blue) = 142+111+110=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6F6E is #719091. Grayscale: #787878. Windows color (decimal): -7442578 or 7237518. OLE color: 7237518.
HSL color Cylindrical-coordinate representation of color #8E6F6E: hue angle of 1.88º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E6F6E is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 111 | 110 | - |
| CMYK | 0 | 0.22 | 0.23 | 0.44 |
| HSL | 1.88º | 0.13% | 0.49% | - |
| HSV(B) | 1.88º | 0.23% | 0.56% | - |
| XYZ | 19.65 | 18.25 | 17.24 | - |
| YUV | 120.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 111 | 110 | 0 | 0.22 | 0.23 | 0.44 | 1.88 | 0.13 | 0.49 |
| Hex | 8E | 6F | 6E | 0 | 16 | 17 | 2C | 2 | D | 31 |
| Octal | 216 | 157 | 156 | 0 | 26 | 27 | 54 | 2 | 15 | 61 |
| Binary | 10001110 | 1101111 | 1101110 | 0 | 10110 | 10111 | 101100 | 10 | 1101 | 110001 |
Color Harmonies of #8E6F6E
Complementary color
Monochromatic Colors of #8E6F6E
Black with #8E6F6E
Text Example
Text Example
White with #8E6F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6F6E; }
p { color: rgb(142,111,110); }
H1.HeaderClassName
{
color: #8E6F6E;
}
.AnyTagClassName
{
color: #8E6F6E;
}
</style>
background-color css
<style>
a { background-color: #8E6F6E; }
a { background-color: rgb(142,111,110); }
div.DivClassName
{
background-color: #8E6F6E;
}
.BgClassName
{
background-color: #8E6F6E;
}
</style>
border-color css
<style>
span { border-color: #8E6F6E; }
span { border-color: rgb(142,111,110); }
td.TdClassName
{
border-color: #8E6F6E;
}
.TagClassName
{
border-color: #8E6F6E;
}
</style>