Shades of Ferra #8C6E6D
Tints of Ferra #8C6E6D
RGB
CMYK
RGB Variations
Color information
#8C6E6D (or 0x8C6E6D) is known color: Ferra. HEX triplet: 8C, 6E and 6D. RGB value is (140,110,109). Sum of RGB (Red+Green+Blue) = 140+110+109=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6E6D is #739192. Grayscale: #767676. Windows color (decimal): -7573907 or 7171724. OLE color: 7171724.
HSL color Cylindrical-coordinate representation of color #8C6E6D: hue angle of 1.94º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8C6E6D is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 110 | 109 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.45 |
| HSL | 1.94º | 0.12% | 0.49% | - |
| HSV(B) | 1.94º | 0.22% | 0.55% | - |
| XYZ | 19.15 | 17.83 | 16.9 | - |
| YUV | 118.86 | 122.44 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 110 | 109 | 0 | 0.21 | 0.22 | 0.45 | 1.94 | 0.12 | 0.49 |
| Hex | 8C | 6E | 6D | 0 | 15 | 16 | 2D | 2 | C | 31 |
| Octal | 214 | 156 | 155 | 0 | 25 | 26 | 55 | 2 | 14 | 61 |
| Binary | 10001100 | 1101110 | 1101101 | 0 | 10101 | 10110 | 101101 | 10 | 1100 | 110001 |
Color Harmonies of #8C6E6D
Complementary color
Monochromatic Colors of #8C6E6D
Black with #8C6E6D
Text Example
Text Example
White with #8C6E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6E6D; }
p { color: rgb(140,110,109); }
H1.HeaderClassName
{
color: #8C6E6D;
}
.AnyTagClassName
{
color: #8C6E6D;
}
</style>
background-color css
<style>
a { background-color: #8C6E6D; }
a { background-color: rgb(140,110,109); }
div.DivClassName
{
background-color: #8C6E6D;
}
.BgClassName
{
background-color: #8C6E6D;
}
</style>
border-color css
<style>
span { border-color: #8C6E6D; }
span { border-color: rgb(140,110,109); }
td.TdClassName
{
border-color: #8C6E6D;
}
.TagClassName
{
border-color: #8C6E6D;
}
</style>