Shades of Ferra #846D69
Tints of Ferra #846D69
RGB
CMYK
RGB Variations
Color information
#846D69 (or 0x846D69) is known color: Ferra. HEX triplet: 84, 6D and 69. RGB value is (132,109,105). Sum of RGB (Red+Green+Blue) = 132+109+105=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #846D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846D69 is #7B9296. Grayscale: #737373. Windows color (decimal): -8098455 or 6909316. OLE color: 6909316.
HSL color Cylindrical-coordinate representation of color #846D69: hue angle of 8.89º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #846D69 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 109 | 105 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.48 |
| HSL | 8.89º | 0.11% | 0.46% | - |
| HSV(B) | 8.89º | 0.2% | 0.52% | - |
| XYZ | 17.53 | 16.86 | 15.7 | - |
| YUV | 115.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 109 | 105 | 0 | 0.17 | 0.20 | 0.48 | 8.89 | 0.11 | 0.46 |
| Hex | 84 | 6D | 69 | 0 | 11 | 14 | 30 | 9 | B | 2E |
| Octal | 204 | 155 | 151 | 0 | 21 | 24 | 60 | 11 | 13 | 56 |
| Binary | 10000100 | 1101101 | 1101001 | 0 | 10001 | 10100 | 110000 | 1001 | 1011 | 101110 |
Color Harmonies of #846D69
Complementary color
Monochromatic Colors of #846D69
Black with #846D69
Text Example
Text Example
White with #846D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846D69; }
p { color: rgb(132,109,105); }
H1.HeaderClassName
{
color: #846D69;
}
.AnyTagClassName
{
color: #846D69;
}
</style>
background-color css
<style>
a { background-color: #846D69; }
a { background-color: rgb(132,109,105); }
div.DivClassName
{
background-color: #846D69;
}
.BgClassName
{
background-color: #846D69;
}
</style>
border-color css
<style>
span { border-color: #846D69; }
span { border-color: rgb(132,109,105); }
td.TdClassName
{
border-color: #846D69;
}
.TagClassName
{
border-color: #846D69;
}
</style>