Shades of Ferra #8C6E6B
Tints of Ferra #8C6E6B
RGB
CMYK
RGB Variations
Color information
#8C6E6B (or 0x8C6E6B) is known color: Ferra. HEX triplet: 8C, 6E and 6B. RGB value is (140,110,107). Sum of RGB (Red+Green+Blue) = 140+110+107=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6E6B is #739194. Grayscale: #767676. Windows color (decimal): -7573909 or 7040652. OLE color: 7040652.
HSL color Cylindrical-coordinate representation of color #8C6E6B: hue angle of 5.45º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C6E6B is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 110 | 107 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.45 |
| HSL | 5.45º | 0.13% | 0.48% | - |
| HSV(B) | 5.45º | 0.24% | 0.55% | - |
| XYZ | 19.04 | 17.79 | 16.34 | - |
| YUV | 118.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 110 | 107 | 0 | 0.21 | 0.24 | 0.45 | 5.45 | 0.13 | 0.48 |
| Hex | 8C | 6E | 6B | 0 | 15 | 18 | 2D | 5 | D | 30 |
| Octal | 214 | 156 | 153 | 0 | 25 | 30 | 55 | 5 | 15 | 60 |
| Binary | 10001100 | 1101110 | 1101011 | 0 | 10101 | 11000 | 101101 | 101 | 1101 | 110000 |
Color Harmonies of #8C6E6B
Complementary color
Monochromatic Colors of #8C6E6B
Black with #8C6E6B
Text Example
Text Example
White with #8C6E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6E6B; }
p { color: rgb(140,110,107); }
H1.HeaderClassName
{
color: #8C6E6B;
}
.AnyTagClassName
{
color: #8C6E6B;
}
</style>
background-color css
<style>
a { background-color: #8C6E6B; }
a { background-color: rgb(140,110,107); }
div.DivClassName
{
background-color: #8C6E6B;
}
.BgClassName
{
background-color: #8C6E6B;
}
</style>
border-color css
<style>
span { border-color: #8C6E6B; }
span { border-color: rgb(140,110,107); }
td.TdClassName
{
border-color: #8C6E6B;
}
.TagClassName
{
border-color: #8C6E6B;
}
</style>