Shades of Ferra #84716E
Tints of Ferra #84716E
RGB
CMYK
RGB Variations
Color information
#84716E (or 0x84716E) is known color: Ferra. HEX triplet: 84, 71 and 6E. RGB value is (132,113,110). Sum of RGB (Red+Green+Blue) = 132+113+110=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 132 - color contains mainly: red. Hex color #84716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84716E is #7B8E91. Grayscale: #767676. Windows color (decimal): -8097426 or 7238020. OLE color: 7238020.
HSL color Cylindrical-coordinate representation of color #84716E: hue angle of 8.18º 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 #84716E is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 113 | 110 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.48 |
| HSL | 8.18º | 0.09% | 0.47% | - |
| HSV(B) | 8.18º | 0.17% | 0.52% | - |
| XYZ | 18.24 | 17.84 | 17.23 | - |
| YUV | 118.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 110 | 0 | 0.14 | 0.17 | 0.48 | 8.18 | 0.09 | 0.47 |
| Hex | 84 | 71 | 6E | 0 | E | 11 | 30 | 8 | 9 | 2F |
| Octal | 204 | 161 | 156 | 0 | 16 | 21 | 60 | 10 | 11 | 57 |
| Binary | 10000100 | 1110001 | 1101110 | 0 | 1110 | 10001 | 110000 | 1000 | 1001 | 101111 |
Color Harmonies of #84716E
Complementary color
Monochromatic Colors of #84716E
Black with #84716E
Text Example
Text Example
White with #84716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84716E; }
p { color: rgb(132,113,110); }
H1.HeaderClassName
{
color: #84716E;
}
.AnyTagClassName
{
color: #84716E;
}
</style>
background-color css
<style>
a { background-color: #84716E; }
a { background-color: rgb(132,113,110); }
div.DivClassName
{
background-color: #84716E;
}
.BgClassName
{
background-color: #84716E;
}
</style>
border-color css
<style>
span { border-color: #84716E; }
span { border-color: rgb(132,113,110); }
td.TdClassName
{
border-color: #84716E;
}
.TagClassName
{
border-color: #84716E;
}
</style>