Shades of Ferra #8E6A69
Tints of Ferra #8E6A69
RGB
CMYK
RGB Variations
Color information
#8E6A69 (or 0x8E6A69) is known color: Ferra. HEX triplet: 8E, 6A and 69. RGB value is (142,106,105). Sum of RGB (Red+Green+Blue) = 142+106+105=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6A69 is #719596. Grayscale: #747474. Windows color (decimal): -7443863 or 6908558. OLE color: 6908558.
HSL color Cylindrical-coordinate representation of color #8E6A69: hue angle of 1.62º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8E6A69 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 106 | 105 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.44 |
| HSL | 1.62º | 0.15% | 0.48% | - |
| HSV(B) | 1.62º | 0.26% | 0.56% | - |
| XYZ | 18.86 | 17.08 | 15.67 | - |
| YUV | 116.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 106 | 105 | 0 | 0.25 | 0.26 | 0.44 | 1.62 | 0.15 | 0.48 |
| Hex | 8E | 6A | 69 | 0 | 19 | 1A | 2C | 2 | F | 30 |
| Octal | 216 | 152 | 151 | 0 | 31 | 32 | 54 | 2 | 17 | 60 |
| Binary | 10001110 | 1101010 | 1101001 | 0 | 11001 | 11010 | 101100 | 10 | 1111 | 110000 |
Color Harmonies of #8E6A69
Complementary color
Monochromatic Colors of #8E6A69
Black with #8E6A69
Text Example
Text Example
White with #8E6A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6A69; }
p { color: rgb(142,106,105); }
H1.HeaderClassName
{
color: #8E6A69;
}
.AnyTagClassName
{
color: #8E6A69;
}
</style>
background-color css
<style>
a { background-color: #8E6A69; }
a { background-color: rgb(142,106,105); }
div.DivClassName
{
background-color: #8E6A69;
}
.BgClassName
{
background-color: #8E6A69;
}
</style>
border-color css
<style>
span { border-color: #8E6A69; }
span { border-color: rgb(142,106,105); }
td.TdClassName
{
border-color: #8E6A69;
}
.TagClassName
{
border-color: #8E6A69;
}
</style>