Shades of Ferra #866E68
Tints of Ferra #866E68
RGB
CMYK
RGB Variations
Color information
#866E68 (or 0x866E68) is known color: Ferra. HEX triplet: 86, 6E and 68. RGB value is (134,110,104). Sum of RGB (Red+Green+Blue) = 134+110+104=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #866E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866E68 is #799197. Grayscale: #747474. Windows color (decimal): -7967128 or 6844038. OLE color: 6844038.
HSL color Cylindrical-coordinate representation of color #866E68: hue angle of 12º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #866E68 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 110 | 104 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.47 |
| HSL | 12º | 0.13% | 0.47% | - |
| HSV(B) | 12º | 0.22% | 0.53% | - |
| XYZ | 17.91 | 17.22 | 15.48 | - |
| YUV | 116.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 104 | 0 | 0.18 | 0.22 | 0.47 | 12 | 0.13 | 0.47 |
| Hex | 86 | 6E | 68 | 0 | 12 | 16 | 2F | C | D | 2F |
| Octal | 206 | 156 | 150 | 0 | 22 | 26 | 57 | 14 | 15 | 57 |
| Binary | 10000110 | 1101110 | 1101000 | 0 | 10010 | 10110 | 101111 | 1100 | 1101 | 101111 |
Color Harmonies of #866E68
Complementary color
Monochromatic Colors of #866E68
Black with #866E68
Text Example
Text Example
White with #866E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866E68; }
p { color: rgb(134,110,104); }
H1.HeaderClassName
{
color: #866E68;
}
.AnyTagClassName
{
color: #866E68;
}
</style>
background-color css
<style>
a { background-color: #866E68; }
a { background-color: rgb(134,110,104); }
div.DivClassName
{
background-color: #866E68;
}
.BgClassName
{
background-color: #866E68;
}
</style>
border-color css
<style>
span { border-color: #866E68; }
span { border-color: rgb(134,110,104); }
td.TdClassName
{
border-color: #866E68;
}
.TagClassName
{
border-color: #866E68;
}
</style>