Shades of Ferra #866C6A
Tints of Ferra #866C6A
RGB
CMYK
RGB Variations
Color information
#866C6A (or 0x866C6A) is known color: Ferra. HEX triplet: 86, 6C and 6A. RGB value is (134,108,106). Sum of RGB (Red+Green+Blue) = 134+108+106=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #866C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866C6A is #799395. Grayscale: #737373. Windows color (decimal): -7967638 or 6974598. OLE color: 6974598.
HSL color Cylindrical-coordinate representation of color #866C6A: hue angle of 4.29º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #866C6A is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 108 | 106 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.47 |
| HSL | 4.29º | 0.12% | 0.47% | - |
| HSV(B) | 4.29º | 0.21% | 0.53% | - |
| XYZ | 17.8 | 16.83 | 15.95 | - |
| YUV | 115.55 | 122.61 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 106 | 0 | 0.19 | 0.21 | 0.47 | 4.29 | 0.12 | 0.47 |
| Hex | 86 | 6C | 6A | 0 | 13 | 15 | 2F | 4 | C | 2F |
| Octal | 206 | 154 | 152 | 0 | 23 | 25 | 57 | 4 | 14 | 57 |
| Binary | 10000110 | 1101100 | 1101010 | 0 | 10011 | 10101 | 101111 | 100 | 1100 | 101111 |
Color Harmonies of #866C6A
Complementary color
Monochromatic Colors of #866C6A
Black with #866C6A
Text Example
Text Example
White with #866C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866C6A; }
p { color: rgb(134,108,106); }
H1.HeaderClassName
{
color: #866C6A;
}
.AnyTagClassName
{
color: #866C6A;
}
</style>
background-color css
<style>
a { background-color: #866C6A; }
a { background-color: rgb(134,108,106); }
div.DivClassName
{
background-color: #866C6A;
}
.BgClassName
{
background-color: #866C6A;
}
</style>
border-color css
<style>
span { border-color: #866C6A; }
span { border-color: rgb(134,108,106); }
td.TdClassName
{
border-color: #866C6A;
}
.TagClassName
{
border-color: #866C6A;
}
</style>