Shades of Ferra #846E68
Tints of Ferra #846E68
RGB
CMYK
RGB Variations
Color information
#846E68 (or 0x846E68) is known color: Ferra. HEX triplet: 84, 6E and 68. RGB value is (132,110,104). Sum of RGB (Red+Green+Blue) = 132+110+104=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #846E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846E68 is #7B9197. Grayscale: #737373. Windows color (decimal): -8098200 or 6844036. OLE color: 6844036.
HSL color Cylindrical-coordinate representation of color #846E68: hue angle of 12.86º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #846E68 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 110 | 104 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.48 |
| HSL | 12.86º | 0.12% | 0.46% | - |
| HSV(B) | 12.86º | 0.21% | 0.52% | - |
| XYZ | 17.59 | 17.06 | 15.46 | - |
| YUV | 115.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 110 | 104 | 0 | 0.17 | 0.21 | 0.48 | 12.86 | 0.12 | 0.46 |
| Hex | 84 | 6E | 68 | 0 | 11 | 15 | 30 | D | C | 2E |
| Octal | 204 | 156 | 150 | 0 | 21 | 25 | 60 | 15 | 14 | 56 |
| Binary | 10000100 | 1101110 | 1101000 | 0 | 10001 | 10101 | 110000 | 1101 | 1100 | 101110 |
Color Harmonies of #846E68
Complementary color
Monochromatic Colors of #846E68
Black with #846E68
Text Example
Text Example
White with #846E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846E68; }
p { color: rgb(132,110,104); }
H1.HeaderClassName
{
color: #846E68;
}
.AnyTagClassName
{
color: #846E68;
}
</style>
background-color css
<style>
a { background-color: #846E68; }
a { background-color: rgb(132,110,104); }
div.DivClassName
{
background-color: #846E68;
}
.BgClassName
{
background-color: #846E68;
}
</style>
border-color css
<style>
span { border-color: #846E68; }
span { border-color: rgb(132,110,104); }
td.TdClassName
{
border-color: #846E68;
}
.TagClassName
{
border-color: #846E68;
}
</style>