Shades of Ferra #84706C
Tints of Ferra #84706C
RGB
CMYK
RGB Variations
Color information
#84706C (or 0x84706C) is known color: Ferra. HEX triplet: 84, 70 and 6C. RGB value is (132,112,108). Sum of RGB (Red+Green+Blue) = 132+112+108=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 132 - color contains mainly: red. Hex color #84706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84706C is #7B8F93. Grayscale: #757575. Windows color (decimal): -8097684 or 7106692. OLE color: 7106692.
HSL color Cylindrical-coordinate representation of color #84706C: hue angle of 10º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84706C is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 112 | 108 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.48 |
| HSL | 10º | 0.1% | 0.47% | - |
| HSV(B) | 10º | 0.18% | 0.52% | - |
| XYZ | 18.02 | 17.58 | 16.63 | - |
| YUV | 117.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 108 | 0 | 0.15 | 0.18 | 0.48 | 10 | 0.1 | 0.47 |
| Hex | 84 | 70 | 6C | 0 | F | 12 | 30 | A | A | 2F |
| Octal | 204 | 160 | 154 | 0 | 17 | 22 | 60 | 12 | 12 | 57 |
| Binary | 10000100 | 1110000 | 1101100 | 0 | 1111 | 10010 | 110000 | 1010 | 1010 | 101111 |
Color Harmonies of #84706C
Complementary color
Monochromatic Colors of #84706C
Black with #84706C
Text Example
Text Example
White with #84706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84706C; }
p { color: rgb(132,112,108); }
H1.HeaderClassName
{
color: #84706C;
}
.AnyTagClassName
{
color: #84706C;
}
</style>
background-color css
<style>
a { background-color: #84706C; }
a { background-color: rgb(132,112,108); }
div.DivClassName
{
background-color: #84706C;
}
.BgClassName
{
background-color: #84706C;
}
</style>
border-color css
<style>
span { border-color: #84706C; }
span { border-color: rgb(132,112,108); }
td.TdClassName
{
border-color: #84706C;
}
.TagClassName
{
border-color: #84706C;
}
</style>