Shades of Ferra #866B66
Tints of Ferra #866B66
RGB
CMYK
RGB Variations
Color information
#866B66 (or 0x866B66) is known color: Ferra. HEX triplet: 86, 6B and 66. RGB value is (134,107,102). Sum of RGB (Red+Green+Blue) = 134+107+102=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 134 - color contains mainly: red. Hex color #866B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B66 is #799499. Grayscale: #727272. Windows color (decimal): -7967898 or 6712198. OLE color: 6712198.
HSL color Cylindrical-coordinate representation of color #866B66: hue angle of 9.38º 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 #866B66 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 107 | 102 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.47 |
| HSL | 9.38º | 0.14% | 0.46% | - |
| HSV(B) | 9.38º | 0.24% | 0.53% | - |
| XYZ | 17.49 | 16.54 | 14.84 | - |
| YUV | 114.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 102 | 0 | 0.20 | 0.24 | 0.47 | 9.38 | 0.14 | 0.46 |
| Hex | 86 | 6B | 66 | 0 | 14 | 18 | 2F | 9 | E | 2E |
| Octal | 206 | 153 | 146 | 0 | 24 | 30 | 57 | 11 | 16 | 56 |
| Binary | 10000110 | 1101011 | 1100110 | 0 | 10100 | 11000 | 101111 | 1001 | 1110 | 101110 |
Color Harmonies of #866B66
Complementary color
Monochromatic Colors of #866B66
Black with #866B66
Text Example
Text Example
White with #866B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866B66; }
p { color: rgb(134,107,102); }
H1.HeaderClassName
{
color: #866B66;
}
.AnyTagClassName
{
color: #866B66;
}
</style>
background-color css
<style>
a { background-color: #866B66; }
a { background-color: rgb(134,107,102); }
div.DivClassName
{
background-color: #866B66;
}
.BgClassName
{
background-color: #866B66;
}
</style>
border-color css
<style>
span { border-color: #866B66; }
span { border-color: rgb(134,107,102); }
td.TdClassName
{
border-color: #866B66;
}
.TagClassName
{
border-color: #866B66;
}
</style>