Shades of Ferra #866C66
Tints of Ferra #866C66
RGB
CMYK
RGB Variations
Color information
#866C66 (or 0x866C66) is known color: Ferra. HEX triplet: 86, 6C and 66. RGB value is (134,108,102). Sum of RGB (Red+Green+Blue) = 134+108+102=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #866C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866C66 is #799399. Grayscale: #737373. Windows color (decimal): -7967642 or 6712454. OLE color: 6712454.
HSL color Cylindrical-coordinate representation of color #866C66: hue angle of 11.25º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #866C66 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 108 | 102 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.47 |
| HSL | 11.25º | 0.14% | 0.46% | - |
| HSV(B) | 11.25º | 0.24% | 0.53% | - |
| XYZ | 17.59 | 16.75 | 14.88 | - |
| YUV | 115.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 102 | 0 | 0.19 | 0.24 | 0.47 | 11.25 | 0.14 | 0.46 |
| Hex | 86 | 6C | 66 | 0 | 13 | 18 | 2F | B | E | 2E |
| Octal | 206 | 154 | 146 | 0 | 23 | 30 | 57 | 13 | 16 | 56 |
| Binary | 10000110 | 1101100 | 1100110 | 0 | 10011 | 11000 | 101111 | 1011 | 1110 | 101110 |
Color Harmonies of #866C66
Complementary color
Monochromatic Colors of #866C66
Black with #866C66
Text Example
Text Example
White with #866C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866C66; }
p { color: rgb(134,108,102); }
H1.HeaderClassName
{
color: #866C66;
}
.AnyTagClassName
{
color: #866C66;
}
</style>
background-color css
<style>
a { background-color: #866C66; }
a { background-color: rgb(134,108,102); }
div.DivClassName
{
background-color: #866C66;
}
.BgClassName
{
background-color: #866C66;
}
</style>
border-color css
<style>
span { border-color: #866C66; }
span { border-color: rgb(134,108,102); }
td.TdClassName
{
border-color: #866C66;
}
.TagClassName
{
border-color: #866C66;
}
</style>