Shades of Ferra #84706E
Tints of Ferra #84706E
RGB
CMYK
RGB Variations
Color information
#84706E (or 0x84706E) is known color: Ferra. HEX triplet: 84, 70 and 6E. RGB value is (132,112,110). Sum of RGB (Red+Green+Blue) = 132+112+110=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #84706E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84706E is #7B8F91. Grayscale: #757575. Windows color (decimal): -8097682 or 7237764. OLE color: 7237764.
HSL color Cylindrical-coordinate representation of color #84706E: hue angle of 5.45º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84706E is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 112 | 110 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.48 |
| HSL | 5.45º | 0.09% | 0.47% | - |
| HSV(B) | 5.45º | 0.17% | 0.52% | - |
| XYZ | 18.12 | 17.62 | 17.2 | - |
| YUV | 117.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 110 | 0 | 0.15 | 0.17 | 0.48 | 5.45 | 0.09 | 0.47 |
| Hex | 84 | 70 | 6E | 0 | F | 11 | 30 | 5 | 9 | 2F |
| Octal | 204 | 160 | 156 | 0 | 17 | 21 | 60 | 5 | 11 | 57 |
| Binary | 10000100 | 1110000 | 1101110 | 0 | 1111 | 10001 | 110000 | 101 | 1001 | 101111 |
Color Harmonies of #84706E
Complementary color
Monochromatic Colors of #84706E
Black with #84706E
Text Example
Text Example
White with #84706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84706E; }
p { color: rgb(132,112,110); }
H1.HeaderClassName
{
color: #84706E;
}
.AnyTagClassName
{
color: #84706E;
}
</style>
background-color css
<style>
a { background-color: #84706E; }
a { background-color: rgb(132,112,110); }
div.DivClassName
{
background-color: #84706E;
}
.BgClassName
{
background-color: #84706E;
}
</style>
border-color css
<style>
span { border-color: #84706E; }
span { border-color: rgb(132,112,110); }
td.TdClassName
{
border-color: #84706E;
}
.TagClassName
{
border-color: #84706E;
}
</style>