Shades of Ferra #846B6B
Tints of Ferra #846B6B
RGB
CMYK
RGB Variations
Color information
#846B6B (or 0x846B6B) is known color: Ferra. HEX triplet: 84, 6B and 6B. RGB value is (132,107,107). Sum of RGB (Red+Green+Blue) = 132+107+107=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #846B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846B6B is #7B9494. Grayscale: #727272. Windows color (decimal): -8098965 or 7039876. OLE color: 7039876.
HSL color Cylindrical-coordinate representation of color #846B6B: hue angle of 0º 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 #846B6B is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 107 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.48 |
| HSL | 0º | 0.1% | 0.47% | - |
| HSV(B) | 0º | 0.19% | 0.52% | - |
| XYZ | 17.43 | 16.48 | 16.17 | - |
| YUV | 114.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 107 | 0 | 0.19 | 0.19 | 0.48 | 0 | 0.1 | 0.47 |
| Hex | 84 | 6B | 6B | 0 | 13 | 13 | 30 | 0 | A | 2F |
| Octal | 204 | 153 | 153 | 0 | 23 | 23 | 60 | 0 | 12 | 57 |
| Binary | 10000100 | 1101011 | 1101011 | 0 | 10011 | 10011 | 110000 | 0 | 1010 | 101111 |
Color Harmonies of #846B6B
Complementary color
Monochromatic Colors of #846B6B
Black with #846B6B
Text Example
Text Example
White with #846B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B6B; }
p { color: rgb(132,107,107); }
H1.HeaderClassName
{
color: #846B6B;
}
.AnyTagClassName
{
color: #846B6B;
}
</style>
background-color css
<style>
a { background-color: #846B6B; }
a { background-color: rgb(132,107,107); }
div.DivClassName
{
background-color: #846B6B;
}
.BgClassName
{
background-color: #846B6B;
}
</style>
border-color css
<style>
span { border-color: #846B6B; }
span { border-color: rgb(132,107,107); }
td.TdClassName
{
border-color: #846B6B;
}
.TagClassName
{
border-color: #846B6B;
}
</style>