Shades of Falcon #655354
Tints of Falcon #655354
RGB
CMYK
RGB Variations
Color information
#655354 (or 0x655354) is known color: Falcon. HEX triplet: 65, 53 and 54. RGB value is (101,83,84). Sum of RGB (Red+Green+Blue) = 101+83+84=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 101 - color contains mainly: red. Hex color #655354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655354 is #9AACAB. Grayscale: #585858. Windows color (decimal): -10136748 or 5526373. OLE color: 5526373.
HSL color Cylindrical-coordinate representation of color #655354: hue angle of 356.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #655354 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 83 | 84 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.60 |
| HSL | 356.67º | 0.1% | 0.36% | - |
| HSV(B) | 356.67º | 0.18% | 0.4% | - |
| XYZ | 10.06 | 9.59 | 9.71 | - |
| YUV | 88.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 84 | 0 | 0.18 | 0.17 | 0.60 | 356.67 | 0.1 | 0.36 |
| Hex | 65 | 53 | 54 | 0 | 12 | 11 | 3C | 165 | A | 24 |
| Octal | 145 | 123 | 124 | 0 | 22 | 21 | 74 | 545 | 12 | 44 |
| Binary | 1100101 | 1010011 | 1010100 | 0 | 10010 | 10001 | 111100 | 101100101 | 1010 | 100100 |
Color Harmonies of #655354
Complementary color
Monochromatic Colors of #655354
Black with #655354
Text Example
Text Example
White with #655354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655354; }
p { color: rgb(101,83,84); }
H1.HeaderClassName
{
color: #655354;
}
.AnyTagClassName
{
color: #655354;
}
</style>
background-color css
<style>
a { background-color: #655354; }
a { background-color: rgb(101,83,84); }
div.DivClassName
{
background-color: #655354;
}
.BgClassName
{
background-color: #655354;
}
</style>
border-color css
<style>
span { border-color: #655354; }
span { border-color: rgb(101,83,84); }
td.TdClassName
{
border-color: #655354;
}
.TagClassName
{
border-color: #655354;
}
</style>