Shades of Falcon #806263
Tints of Falcon #806263
RGB
CMYK
RGB Variations
Color information
#806263 (or 0x806263) is known color: Falcon. HEX triplet: 80, 62 and 63. RGB value is (128,98,99). Sum of RGB (Red+Green+Blue) = 128+98+99=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 128 - color contains mainly: red. Hex color #806263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806263 is #7F9D9C. Grayscale: #6B6B6B. Windows color (decimal): -8363421 or 6513280. OLE color: 6513280.
HSL color Cylindrical-coordinate representation of color #806263: hue angle of 358º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #806263 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 98 | 99 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.50 |
| HSL | 358º | 0.13% | 0.44% | - |
| HSV(B) | 358º | 0.23% | 0.5% | - |
| XYZ | 15.52 | 14.23 | 13.73 | - |
| YUV | 107.08 | 123.44 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 98 | 99 | 0 | 0.23 | 0.23 | 0.50 | 358 | 0.13 | 0.44 |
| Hex | 80 | 62 | 63 | 0 | 17 | 17 | 32 | 166 | D | 2C |
| Octal | 200 | 142 | 143 | 0 | 27 | 27 | 62 | 546 | 15 | 54 |
| Binary | 10000000 | 1100010 | 1100011 | 0 | 10111 | 10111 | 110010 | 101100110 | 1101 | 101100 |
Color Harmonies of #806263
Complementary color
Monochromatic Colors of #806263
Black with #806263
Text Example
Text Example
White with #806263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806263; }
p { color: rgb(128,98,99); }
H1.HeaderClassName
{
color: #806263;
}
.AnyTagClassName
{
color: #806263;
}
</style>
background-color css
<style>
a { background-color: #806263; }
a { background-color: rgb(128,98,99); }
div.DivClassName
{
background-color: #806263;
}
.BgClassName
{
background-color: #806263;
}
</style>
border-color css
<style>
span { border-color: #806263; }
span { border-color: rgb(128,98,99); }
td.TdClassName
{
border-color: #806263;
}
.TagClassName
{
border-color: #806263;
}
</style>