Shades of Ferra #846B67
Tints of Ferra #846B67
RGB
CMYK
RGB Variations
Color information
#846B67 (or 0x846B67) is known color: Ferra. HEX triplet: 84, 6B and 67. RGB value is (132,107,103). Sum of RGB (Red+Green+Blue) = 132+107+103=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #846B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846B67 is #7B9498. Grayscale: #727272. Windows color (decimal): -8098969 or 6777732. OLE color: 6777732.
HSL color Cylindrical-coordinate representation of color #846B67: hue angle of 8.28º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #846B67 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 103 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.48 |
| HSL | 8.28º | 0.12% | 0.46% | - |
| HSV(B) | 8.28º | 0.22% | 0.52% | - |
| XYZ | 17.22 | 16.4 | 15.09 | - |
| YUV | 114.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 103 | 0 | 0.19 | 0.22 | 0.48 | 8.28 | 0.12 | 0.46 |
| Hex | 84 | 6B | 67 | 0 | 13 | 16 | 30 | 8 | C | 2E |
| Octal | 204 | 153 | 147 | 0 | 23 | 26 | 60 | 10 | 14 | 56 |
| Binary | 10000100 | 1101011 | 1100111 | 0 | 10011 | 10110 | 110000 | 1000 | 1100 | 101110 |
Color Harmonies of #846B67
Complementary color
Monochromatic Colors of #846B67
Black with #846B67
Text Example
Text Example
White with #846B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B67; }
p { color: rgb(132,107,103); }
H1.HeaderClassName
{
color: #846B67;
}
.AnyTagClassName
{
color: #846B67;
}
</style>
background-color css
<style>
a { background-color: #846B67; }
a { background-color: rgb(132,107,103); }
div.DivClassName
{
background-color: #846B67;
}
.BgClassName
{
background-color: #846B67;
}
</style>
border-color css
<style>
span { border-color: #846B67; }
span { border-color: rgb(132,107,103); }
td.TdClassName
{
border-color: #846B67;
}
.TagClassName
{
border-color: #846B67;
}
</style>