Shades of Ferra #8E6A6A
Tints of Ferra #8E6A6A
RGB
CMYK
RGB Variations
Color information
#8E6A6A (or 0x8E6A6A) is known color: Ferra. HEX triplet: 8E, 6A and 6A. RGB value is (142,106,106). Sum of RGB (Red+Green+Blue) = 142+106+106=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6A6A is #719595. Grayscale: #747474. Windows color (decimal): -7443862 or 6974094. OLE color: 6974094.
HSL color Cylindrical-coordinate representation of color #8E6A6A: hue angle of 0º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8E6A6A is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 106 | 106 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.44 |
| HSL | 0º | 0.15% | 0.49% | - |
| HSV(B) | 0º | 0.25% | 0.56% | - |
| XYZ | 18.91 | 17.1 | 15.94 | - |
| YUV | 116.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 106 | 106 | 0 | 0.25 | 0.25 | 0.44 | 0 | 0.15 | 0.49 |
| Hex | 8E | 6A | 6A | 0 | 19 | 19 | 2C | 0 | F | 31 |
| Octal | 216 | 152 | 152 | 0 | 31 | 31 | 54 | 0 | 17 | 61 |
| Binary | 10001110 | 1101010 | 1101010 | 0 | 11001 | 11001 | 101100 | 0 | 1111 | 110001 |
Color Harmonies of #8E6A6A
Complementary color
Monochromatic Colors of #8E6A6A
Black with #8E6A6A
Text Example
Text Example
White with #8E6A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6A6A; }
p { color: rgb(142,106,106); }
H1.HeaderClassName
{
color: #8E6A6A;
}
.AnyTagClassName
{
color: #8E6A6A;
}
</style>
background-color css
<style>
a { background-color: #8E6A6A; }
a { background-color: rgb(142,106,106); }
div.DivClassName
{
background-color: #8E6A6A;
}
.BgClassName
{
background-color: #8E6A6A;
}
</style>
border-color css
<style>
span { border-color: #8E6A6A; }
span { border-color: rgb(142,106,106); }
td.TdClassName
{
border-color: #8E6A6A;
}
.TagClassName
{
border-color: #8E6A6A;
}
</style>