Shades of Falcon #846263
Tints of Falcon #846263
RGB
CMYK
RGB Variations
Color information
#846263 (or 0x846263) is known color: Falcon. HEX triplet: 84, 62 and 63. RGB value is (132,98,99). Sum of RGB (Red+Green+Blue) = 132+98+99=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #846263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846263 is #7B9D9C. Grayscale: #6C6C6C. Windows color (decimal): -8101277 or 6513284. OLE color: 6513284.
HSL color Cylindrical-coordinate representation of color #846263: hue angle of 358.24º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #846263 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 98 | 99 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.48 |
| HSL | 358.24º | 0.15% | 0.45% | - |
| HSV(B) | 358.24º | 0.26% | 0.52% | - |
| XYZ | 16.14 | 14.54 | 13.76 | - |
| YUV | 108.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 98 | 99 | 0 | 0.26 | 0.25 | 0.48 | 358.24 | 0.15 | 0.45 |
| Hex | 84 | 62 | 63 | 0 | 1A | 19 | 30 | 166 | F | 2D |
| Octal | 204 | 142 | 143 | 0 | 32 | 31 | 60 | 546 | 17 | 55 |
| Binary | 10000100 | 1100010 | 1100011 | 0 | 11010 | 11001 | 110000 | 101100110 | 1111 | 101101 |
Color Harmonies of #846263
Complementary color
Monochromatic Colors of #846263
Black with #846263
Text Example
Text Example
White with #846263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846263; }
p { color: rgb(132,98,99); }
H1.HeaderClassName
{
color: #846263;
}
.AnyTagClassName
{
color: #846263;
}
</style>
background-color css
<style>
a { background-color: #846263; }
a { background-color: rgb(132,98,99); }
div.DivClassName
{
background-color: #846263;
}
.BgClassName
{
background-color: #846263;
}
</style>
border-color css
<style>
span { border-color: #846263; }
span { border-color: rgb(132,98,99); }
td.TdClassName
{
border-color: #846263;
}
.TagClassName
{
border-color: #846263;
}
</style>