Shades of Ferra #8D6E67
Tints of Ferra #8D6E67
RGB
CMYK
RGB Variations
Color information
#8D6E67 (or 0x8D6E67) is known color: Ferra. HEX triplet: 8D, 6E and 67. RGB value is (141,110,103). Sum of RGB (Red+Green+Blue) = 141+110+103=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6E67 is #729198. Grayscale: #767676. Windows color (decimal): -7508377 or 6778509. OLE color: 6778509.
HSL color Cylindrical-coordinate representation of color #8D6E67: hue angle of 11.05º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D6E67 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 110 | 103 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.45 |
| HSL | 11.05º | 0.16% | 0.48% | - |
| HSV(B) | 11.05º | 0.27% | 0.55% | - |
| XYZ | 19.01 | 17.79 | 15.26 | - |
| YUV | 118.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 110 | 103 | 0 | 0.22 | 0.27 | 0.45 | 11.05 | 0.16 | 0.48 |
| Hex | 8D | 6E | 67 | 0 | 16 | 1B | 2D | B | 10 | 30 |
| Octal | 215 | 156 | 147 | 0 | 26 | 33 | 55 | 13 | 20 | 60 |
| Binary | 10001101 | 1101110 | 1100111 | 0 | 10110 | 11011 | 101101 | 1011 | 10000 | 110000 |
Color Harmonies of #8D6E67
Complementary color
Monochromatic Colors of #8D6E67
Black with #8D6E67
Text Example
Text Example
White with #8D6E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6E67; }
p { color: rgb(141,110,103); }
H1.HeaderClassName
{
color: #8D6E67;
}
.AnyTagClassName
{
color: #8D6E67;
}
</style>
background-color css
<style>
a { background-color: #8D6E67; }
a { background-color: rgb(141,110,103); }
div.DivClassName
{
background-color: #8D6E67;
}
.BgClassName
{
background-color: #8D6E67;
}
</style>
border-color css
<style>
span { border-color: #8D6E67; }
span { border-color: rgb(141,110,103); }
td.TdClassName
{
border-color: #8D6E67;
}
.TagClassName
{
border-color: #8D6E67;
}
</style>