Shades of Ferra #846E6E
Tints of Ferra #846E6E
RGB
CMYK
RGB Variations
Color information
#846E6E (or 0x846E6E) is known color: Ferra. HEX triplet: 84, 6E and 6E. RGB value is (132,110,110). Sum of RGB (Red+Green+Blue) = 132+110+110=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 132 - color contains mainly: red. Hex color #846E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846E6E is #7B9191. Grayscale: #747474. Windows color (decimal): -8098194 or 7237252. OLE color: 7237252.
HSL color Cylindrical-coordinate representation of color #846E6E: hue angle of 0º 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 #846E6E is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 110 | 110 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.48 |
| HSL | 0º | 0.09% | 0.47% | - |
| HSV(B) | 0º | 0.17% | 0.52% | - |
| XYZ | 17.91 | 17.18 | 17.12 | - |
| YUV | 116.58 | 124.29 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 110 | 110 | 0 | 0.17 | 0.17 | 0.48 | 0 | 0.09 | 0.47 |
| Hex | 84 | 6E | 6E | 0 | 11 | 11 | 30 | 0 | 9 | 2F |
| Octal | 204 | 156 | 156 | 0 | 21 | 21 | 60 | 0 | 11 | 57 |
| Binary | 10000100 | 1101110 | 1101110 | 0 | 10001 | 10001 | 110000 | 0 | 1001 | 101111 |
Color Harmonies of #846E6E
Complementary color
Monochromatic Colors of #846E6E
Black with #846E6E
Text Example
Text Example
White with #846E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846E6E; }
p { color: rgb(132,110,110); }
H1.HeaderClassName
{
color: #846E6E;
}
.AnyTagClassName
{
color: #846E6E;
}
</style>
background-color css
<style>
a { background-color: #846E6E; }
a { background-color: rgb(132,110,110); }
div.DivClassName
{
background-color: #846E6E;
}
.BgClassName
{
background-color: #846E6E;
}
</style>
border-color css
<style>
span { border-color: #846E6E; }
span { border-color: rgb(132,110,110); }
td.TdClassName
{
border-color: #846E6E;
}
.TagClassName
{
border-color: #846E6E;
}
</style>