Shades of Ferra #8B6E66
Tints of Ferra #8B6E66
RGB
CMYK
RGB Variations
Color information
#8B6E66 (or 0x8B6E66) is known color: Ferra. HEX triplet: 8B, 6E and 66. RGB value is (139,110,102). Sum of RGB (Red+Green+Blue) = 139+110+102=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6E66 is #749199. Grayscale: #757575. Windows color (decimal): -7639450 or 6712971. OLE color: 6712971.
HSL color Cylindrical-coordinate representation of color #8B6E66: hue angle of 12.97º degrees, saturation: 0.15, 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 #8B6E66 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 110 | 102 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.45 |
| HSL | 12.97º | 0.15% | 0.47% | - |
| HSV(B) | 12.97º | 0.27% | 0.55% | - |
| XYZ | 18.62 | 17.6 | 14.99 | - |
| YUV | 117.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 110 | 102 | 0 | 0.21 | 0.27 | 0.45 | 12.97 | 0.15 | 0.47 |
| Hex | 8B | 6E | 66 | 0 | 15 | 1B | 2D | D | F | 2F |
| Octal | 213 | 156 | 146 | 0 | 25 | 33 | 55 | 15 | 17 | 57 |
| Binary | 10001011 | 1101110 | 1100110 | 0 | 10101 | 11011 | 101101 | 1101 | 1111 | 101111 |
Color Harmonies of #8B6E66
Complementary color
Monochromatic Colors of #8B6E66
Black with #8B6E66
Text Example
Text Example
White with #8B6E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6E66; }
p { color: rgb(139,110,102); }
H1.HeaderClassName
{
color: #8B6E66;
}
.AnyTagClassName
{
color: #8B6E66;
}
</style>
background-color css
<style>
a { background-color: #8B6E66; }
a { background-color: rgb(139,110,102); }
div.DivClassName
{
background-color: #8B6E66;
}
.BgClassName
{
background-color: #8B6E66;
}
</style>
border-color css
<style>
span { border-color: #8B6E66; }
span { border-color: rgb(139,110,102); }
td.TdClassName
{
border-color: #8B6E66;
}
.TagClassName
{
border-color: #8B6E66;
}
</style>