Shades of Ferra #8C6A66
Tints of Ferra #8C6A66
RGB
CMYK
RGB Variations
Color information
#8C6A66 (or 0x8C6A66) is known color: Ferra. HEX triplet: 8C, 6A and 66. RGB value is (140,106,102). Sum of RGB (Red+Green+Blue) = 140+106+102=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6A66 is #739599. Grayscale: #737373. Windows color (decimal): -7574938 or 6711948. OLE color: 6711948.
HSL color Cylindrical-coordinate representation of color #8C6A66: hue angle of 6.32º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C6A66 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 106 | 102 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.45 |
| HSL | 6.32º | 0.16% | 0.47% | - |
| HSV(B) | 6.32º | 0.27% | 0.55% | - |
| XYZ | 18.37 | 16.84 | 14.85 | - |
| YUV | 115.71 | 120.26 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 106 | 102 | 0 | 0.24 | 0.27 | 0.45 | 6.32 | 0.16 | 0.47 |
| Hex | 8C | 6A | 66 | 0 | 18 | 1B | 2D | 6 | 10 | 2F |
| Octal | 214 | 152 | 146 | 0 | 30 | 33 | 55 | 6 | 20 | 57 |
| Binary | 10001100 | 1101010 | 1100110 | 0 | 11000 | 11011 | 101101 | 110 | 10000 | 101111 |
Color Harmonies of #8C6A66
Complementary color
Monochromatic Colors of #8C6A66
Black with #8C6A66
Text Example
Text Example
White with #8C6A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6A66; }
p { color: rgb(140,106,102); }
H1.HeaderClassName
{
color: #8C6A66;
}
.AnyTagClassName
{
color: #8C6A66;
}
</style>
background-color css
<style>
a { background-color: #8C6A66; }
a { background-color: rgb(140,106,102); }
div.DivClassName
{
background-color: #8C6A66;
}
.BgClassName
{
background-color: #8C6A66;
}
</style>
border-color css
<style>
span { border-color: #8C6A66; }
span { border-color: rgb(140,106,102); }
td.TdClassName
{
border-color: #8C6A66;
}
.TagClassName
{
border-color: #8C6A66;
}
</style>