Shades of Falcon #655556
Tints of Falcon #655556
RGB
CMYK
RGB Variations
Color information
#655556 (or 0x655556) is known color: Falcon. HEX triplet: 65, 55 and 56. RGB value is (101,85,86). Sum of RGB (Red+Green+Blue) = 101+85+86=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 101 - color contains mainly: red. Hex color #655556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655556 is #9AAAA9. Grayscale: #595959. Windows color (decimal): -10136234 or 5657957. OLE color: 5657957.
HSL color Cylindrical-coordinate representation of color #655556: hue angle of 356.25º 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 #655556 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 85 | 86 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.60 |
| HSL | 356.25º | 0.09% | 0.36% | - |
| HSV(B) | 356.25º | 0.16% | 0.4% | - |
| XYZ | 10.3 | 9.94 | 10.18 | - |
| YUV | 89.9 | 125.8 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 86 | 0 | 0.16 | 0.15 | 0.60 | 356.25 | 0.09 | 0.36 |
| Hex | 65 | 55 | 56 | 0 | 10 | F | 3C | 164 | 9 | 24 |
| Octal | 145 | 125 | 126 | 0 | 20 | 17 | 74 | 544 | 11 | 44 |
| Binary | 1100101 | 1010101 | 1010110 | 0 | 10000 | 1111 | 111100 | 101100100 | 1001 | 100100 |
Color Harmonies of #655556
Complementary color
Monochromatic Colors of #655556
Black with #655556
Text Example
Text Example
White with #655556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655556; }
p { color: rgb(101,85,86); }
H1.HeaderClassName
{
color: #655556;
}
.AnyTagClassName
{
color: #655556;
}
</style>
background-color css
<style>
a { background-color: #655556; }
a { background-color: rgb(101,85,86); }
div.DivClassName
{
background-color: #655556;
}
.BgClassName
{
background-color: #655556;
}
</style>
border-color css
<style>
span { border-color: #655556; }
span { border-color: rgb(101,85,86); }
td.TdClassName
{
border-color: #655556;
}
.TagClassName
{
border-color: #655556;
}
</style>