Shades of Ferra #846D6B
Tints of Ferra #846D6B
RGB
CMYK
RGB Variations
Color information
#846D6B (or 0x846D6B) is known color: Ferra. HEX triplet: 84, 6D and 6B. RGB value is (132,109,107). Sum of RGB (Red+Green+Blue) = 132+109+107=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #846D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846D6B is #7B9294. Grayscale: #737373. Windows color (decimal): -8098453 or 7040388. OLE color: 7040388.
HSL color Cylindrical-coordinate representation of color #846D6B: hue angle of 4.8º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #846D6B is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 109 | 107 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.48 |
| HSL | 4.8º | 0.1% | 0.47% | - |
| HSV(B) | 4.8º | 0.19% | 0.52% | - |
| XYZ | 17.64 | 16.9 | 16.24 | - |
| YUV | 115.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 109 | 107 | 0 | 0.17 | 0.19 | 0.48 | 4.8 | 0.1 | 0.47 |
| Hex | 84 | 6D | 6B | 0 | 11 | 13 | 30 | 5 | A | 2F |
| Octal | 204 | 155 | 153 | 0 | 21 | 23 | 60 | 5 | 12 | 57 |
| Binary | 10000100 | 1101101 | 1101011 | 0 | 10001 | 10011 | 110000 | 101 | 1010 | 101111 |
Color Harmonies of #846D6B
Complementary color
Monochromatic Colors of #846D6B
Black with #846D6B
Text Example
Text Example
White with #846D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846D6B; }
p { color: rgb(132,109,107); }
H1.HeaderClassName
{
color: #846D6B;
}
.AnyTagClassName
{
color: #846D6B;
}
</style>
background-color css
<style>
a { background-color: #846D6B; }
a { background-color: rgb(132,109,107); }
div.DivClassName
{
background-color: #846D6B;
}
.BgClassName
{
background-color: #846D6B;
}
</style>
border-color css
<style>
span { border-color: #846D6B; }
span { border-color: rgb(132,109,107); }
td.TdClassName
{
border-color: #846D6B;
}
.TagClassName
{
border-color: #846D6B;
}
</style>