Shades of Ferra #8E6D6D
Tints of Ferra #8E6D6D
RGB
CMYK
RGB Variations
Color information
#8E6D6D (or 0x8E6D6D) is known color: Ferra. HEX triplet: 8E, 6D and 6D. RGB value is (142,109,109). Sum of RGB (Red+Green+Blue) = 142+109+109=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6D6D is #719292. Grayscale: #767676. Windows color (decimal): -7443091 or 7171470. OLE color: 7171470.
HSL color Cylindrical-coordinate representation of color #8E6D6D: hue angle of 0º 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 #8E6D6D is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 109 | 109 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.44 |
| HSL | 0º | 0.13% | 0.49% | - |
| HSV(B) | 0º | 0.23% | 0.56% | - |
| XYZ | 19.38 | 17.79 | 16.88 | - |
| YUV | 118.87 | 122.43 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 109 | 109 | 0 | 0.23 | 0.23 | 0.44 | 0 | 0.13 | 0.49 |
| Hex | 8E | 6D | 6D | 0 | 17 | 17 | 2C | 0 | D | 31 |
| Octal | 216 | 155 | 155 | 0 | 27 | 27 | 54 | 0 | 15 | 61 |
| Binary | 10001110 | 1101101 | 1101101 | 0 | 10111 | 10111 | 101100 | 0 | 1101 | 110001 |
Color Harmonies of #8E6D6D
Complementary color
Monochromatic Colors of #8E6D6D
Black with #8E6D6D
Text Example
Text Example
White with #8E6D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6D6D; }
p { color: rgb(142,109,109); }
H1.HeaderClassName
{
color: #8E6D6D;
}
.AnyTagClassName
{
color: #8E6D6D;
}
</style>
background-color css
<style>
a { background-color: #8E6D6D; }
a { background-color: rgb(142,109,109); }
div.DivClassName
{
background-color: #8E6D6D;
}
.BgClassName
{
background-color: #8E6D6D;
}
</style>
border-color css
<style>
span { border-color: #8E6D6D; }
span { border-color: rgb(142,109,109); }
td.TdClassName
{
border-color: #8E6D6D;
}
.TagClassName
{
border-color: #8E6D6D;
}
</style>