Shades of Ferra #8C6B66
Tints of Ferra #8C6B66
RGB
CMYK
RGB Variations
Color information
#8C6B66 (or 0x8C6B66) is known color: Ferra. HEX triplet: 8C, 6B and 66. RGB value is (140,107,102). Sum of RGB (Red+Green+Blue) = 140+107+102=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6B66 is #739499. Grayscale: #747474. Windows color (decimal): -7574682 or 6712204. OLE color: 6712204.
HSL color Cylindrical-coordinate representation of color #8C6B66: hue angle of 7.89º 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 #8C6B66 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 107 | 102 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.45 |
| HSL | 7.89º | 0.16% | 0.47% | - |
| HSV(B) | 7.89º | 0.27% | 0.55% | - |
| XYZ | 18.47 | 17.05 | 14.89 | - |
| YUV | 116.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 107 | 102 | 0 | 0.24 | 0.27 | 0.45 | 7.89 | 0.16 | 0.47 |
| Hex | 8C | 6B | 66 | 0 | 18 | 1B | 2D | 8 | 10 | 2F |
| Octal | 214 | 153 | 146 | 0 | 30 | 33 | 55 | 10 | 20 | 57 |
| Binary | 10001100 | 1101011 | 1100110 | 0 | 11000 | 11011 | 101101 | 1000 | 10000 | 101111 |
Color Harmonies of #8C6B66
Complementary color
Monochromatic Colors of #8C6B66
Black with #8C6B66
Text Example
Text Example
White with #8C6B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6B66; }
p { color: rgb(140,107,102); }
H1.HeaderClassName
{
color: #8C6B66;
}
.AnyTagClassName
{
color: #8C6B66;
}
</style>
background-color css
<style>
a { background-color: #8C6B66; }
a { background-color: rgb(140,107,102); }
div.DivClassName
{
background-color: #8C6B66;
}
.BgClassName
{
background-color: #8C6B66;
}
</style>
border-color css
<style>
span { border-color: #8C6B66; }
span { border-color: rgb(140,107,102); }
td.TdClassName
{
border-color: #8C6B66;
}
.TagClassName
{
border-color: #8C6B66;
}
</style>