Shades of Ferra #84716D
Tints of Ferra #84716D
RGB
CMYK
RGB Variations
Color information
#84716D (or 0x84716D) is known color: Ferra. HEX triplet: 84, 71 and 6D. RGB value is (132,113,109). Sum of RGB (Red+Green+Blue) = 132+113+109=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #84716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84716D is #7B8E92. Grayscale: #767676. Windows color (decimal): -8097427 or 7172484. OLE color: 7172484.
HSL color Cylindrical-coordinate representation of color #84716D: hue angle of 10.43º degrees, saturation: 0.1, 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 #84716D is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 113 | 109 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.48 |
| HSL | 10.43º | 0.1% | 0.47% | - |
| HSV(B) | 10.43º | 0.17% | 0.52% | - |
| XYZ | 18.18 | 17.82 | 16.95 | - |
| YUV | 118.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 109 | 0 | 0.14 | 0.17 | 0.48 | 10.43 | 0.1 | 0.47 |
| Hex | 84 | 71 | 6D | 0 | E | 11 | 30 | A | A | 2F |
| Octal | 204 | 161 | 155 | 0 | 16 | 21 | 60 | 12 | 12 | 57 |
| Binary | 10000100 | 1110001 | 1101101 | 0 | 1110 | 10001 | 110000 | 1010 | 1010 | 101111 |
Color Harmonies of #84716D
Complementary color
Monochromatic Colors of #84716D
Black with #84716D
Text Example
Text Example
White with #84716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84716D; }
p { color: rgb(132,113,109); }
H1.HeaderClassName
{
color: #84716D;
}
.AnyTagClassName
{
color: #84716D;
}
</style>
background-color css
<style>
a { background-color: #84716D; }
a { background-color: rgb(132,113,109); }
div.DivClassName
{
background-color: #84716D;
}
.BgClassName
{
background-color: #84716D;
}
</style>
border-color css
<style>
span { border-color: #84716D; }
span { border-color: rgb(132,113,109); }
td.TdClassName
{
border-color: #84716D;
}
.TagClassName
{
border-color: #84716D;
}
</style>