Shades of Falcon #655557
Tints of Falcon #655557
RGB
CMYK
RGB Variations
Color information
#655557 (or 0x655557) is known color: Falcon. HEX triplet: 65, 55 and 57. RGB value is (101,85,87). Sum of RGB (Red+Green+Blue) = 101+85+87=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 101 - color contains mainly: red. Hex color #655557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655557 is #9AAAA8. Grayscale: #5A5A5A. Windows color (decimal): -10136233 or 5723493. OLE color: 5723493.
HSL color Cylindrical-coordinate representation of color #655557: hue angle of 352.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #655557 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 85 | 87 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.60 |
| HSL | 352.5º | 0.09% | 0.36% | - |
| HSV(B) | 352.5º | 0.16% | 0.4% | - |
| XYZ | 10.34 | 9.95 | 10.39 | - |
| YUV | 90.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 87 | 0 | 0.16 | 0.14 | 0.60 | 352.5 | 0.09 | 0.36 |
| Hex | 65 | 55 | 57 | 0 | 10 | E | 3C | 160 | 9 | 24 |
| Octal | 145 | 125 | 127 | 0 | 20 | 16 | 74 | 540 | 11 | 44 |
| Binary | 1100101 | 1010101 | 1010111 | 0 | 10000 | 1110 | 111100 | 101100000 | 1001 | 100100 |
Color Harmonies of #655557
Complementary color
Monochromatic Colors of #655557
Black with #655557
Text Example
Text Example
White with #655557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655557; }
p { color: rgb(101,85,87); }
H1.HeaderClassName
{
color: #655557;
}
.AnyTagClassName
{
color: #655557;
}
</style>
background-color css
<style>
a { background-color: #655557; }
a { background-color: rgb(101,85,87); }
div.DivClassName
{
background-color: #655557;
}
.BgClassName
{
background-color: #655557;
}
</style>
border-color css
<style>
span { border-color: #655557; }
span { border-color: rgb(101,85,87); }
td.TdClassName
{
border-color: #655557;
}
.TagClassName
{
border-color: #655557;
}
</style>