Shades of Falcon #805659
Tints of Falcon #805659
RGB
CMYK
RGB Variations
Color information
#805659 (or 0x805659) is known color: Falcon. HEX triplet: 80, 56 and 59. RGB value is (128,86,89). Sum of RGB (Red+Green+Blue) = 128+86+89=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #805659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805659 is #7FA9A6. Grayscale: #626262. Windows color (decimal): -8366503 or 5854848. OLE color: 5854848.
HSL color Cylindrical-coordinate representation of color #805659: hue angle of 355.71º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #805659 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 86 | 89 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.50 |
| HSL | 355.71º | 0.2% | 0.42% | - |
| HSV(B) | 355.71º | 0.33% | 0.5% | - |
| XYZ | 14.03 | 11.97 | 11.02 | - |
| YUV | 98.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 89 | 0 | 0.33 | 0.30 | 0.50 | 355.71 | 0.2 | 0.42 |
| Hex | 80 | 56 | 59 | 0 | 21 | 1E | 32 | 164 | 14 | 2A |
| Octal | 200 | 126 | 131 | 0 | 41 | 36 | 62 | 544 | 24 | 52 |
| Binary | 10000000 | 1010110 | 1011001 | 0 | 100001 | 11110 | 110010 | 101100100 | 10100 | 101010 |
Color Harmonies of #805659
Complementary color
Monochromatic Colors of #805659
Black with #805659
Text Example
Text Example
White with #805659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805659; }
p { color: rgb(128,86,89); }
H1.HeaderClassName
{
color: #805659;
}
.AnyTagClassName
{
color: #805659;
}
</style>
background-color css
<style>
a { background-color: #805659; }
a { background-color: rgb(128,86,89); }
div.DivClassName
{
background-color: #805659;
}
.BgClassName
{
background-color: #805659;
}
</style>
border-color css
<style>
span { border-color: #805659; }
span { border-color: rgb(128,86,89); }
td.TdClassName
{
border-color: #805659;
}
.TagClassName
{
border-color: #805659;
}
</style>