Shades of Falcon #846163
Tints of Falcon #846163
RGB
CMYK
RGB Variations
Color information
#846163 (or 0x846163) is known color: Falcon. HEX triplet: 84, 61 and 63. RGB value is (132,97,99). Sum of RGB (Red+Green+Blue) = 132+97+99=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #846163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846163 is #7B9E9C. Grayscale: #6B6B6B. Windows color (decimal): -8101533 or 6513028. OLE color: 6513028.
HSL color Cylindrical-coordinate representation of color #846163: hue angle of 356.57º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #846163 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 97 | 99 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.48 |
| HSL | 356.57º | 0.15% | 0.45% | - |
| HSV(B) | 356.57º | 0.27% | 0.52% | - |
| XYZ | 16.04 | 14.36 | 13.73 | - |
| YUV | 107.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 97 | 99 | 0 | 0.27 | 0.25 | 0.48 | 356.57 | 0.15 | 0.45 |
| Hex | 84 | 61 | 63 | 0 | 1B | 19 | 30 | 165 | F | 2D |
| Octal | 204 | 141 | 143 | 0 | 33 | 31 | 60 | 545 | 17 | 55 |
| Binary | 10000100 | 1100001 | 1100011 | 0 | 11011 | 11001 | 110000 | 101100101 | 1111 | 101101 |
Color Harmonies of #846163
Complementary color
Monochromatic Colors of #846163
Black with #846163
Text Example
Text Example
White with #846163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846163; }
p { color: rgb(132,97,99); }
H1.HeaderClassName
{
color: #846163;
}
.AnyTagClassName
{
color: #846163;
}
</style>
background-color css
<style>
a { background-color: #846163; }
a { background-color: rgb(132,97,99); }
div.DivClassName
{
background-color: #846163;
}
.BgClassName
{
background-color: #846163;
}
</style>
border-color css
<style>
span { border-color: #846163; }
span { border-color: rgb(132,97,99); }
td.TdClassName
{
border-color: #846163;
}
.TagClassName
{
border-color: #846163;
}
</style>