Shades of Falcon #655A5C
Tints of Falcon #655A5C
RGB
CMYK
RGB Variations
Color information
#655A5C (or 0x655A5C) is known color: Falcon. HEX triplet: 65, 5A and 5C. RGB value is (101,90,92). Sum of RGB (Red+Green+Blue) = 101+90+92=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 101 - color contains mainly: red. Hex color #655A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A5C is #9AA5A3. Grayscale: #5D5D5D. Windows color (decimal): -10134948 or 6052453. OLE color: 6052453.
HSL color Cylindrical-coordinate representation of color #655A5C: hue angle of 349.09º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #655A5C is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 92 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.60 |
| HSL | 349.09º | 0.06% | 0.37% | - |
| HSV(B) | 349.09º | 0.11% | 0.4% | - |
| XYZ | 10.95 | 10.85 | 11.64 | - |
| YUV | 93.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 92 | 0 | 0.11 | 0.09 | 0.60 | 349.09 | 0.06 | 0.37 |
| Hex | 65 | 5A | 5C | 0 | B | 9 | 3C | 15D | 6 | 25 |
| Octal | 145 | 132 | 134 | 0 | 13 | 11 | 74 | 535 | 6 | 45 |
| Binary | 1100101 | 1011010 | 1011100 | 0 | 1011 | 1001 | 111100 | 101011101 | 110 | 100101 |
Color Harmonies of #655A5C
Complementary color
Monochromatic Colors of #655A5C
Black with #655A5C
Text Example
Text Example
White with #655A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A5C; }
p { color: rgb(101,90,92); }
H1.HeaderClassName
{
color: #655A5C;
}
.AnyTagClassName
{
color: #655A5C;
}
</style>
background-color css
<style>
a { background-color: #655A5C; }
a { background-color: rgb(101,90,92); }
div.DivClassName
{
background-color: #655A5C;
}
.BgClassName
{
background-color: #655A5C;
}
</style>
border-color css
<style>
span { border-color: #655A5C; }
span { border-color: rgb(101,90,92); }
td.TdClassName
{
border-color: #655A5C;
}
.TagClassName
{
border-color: #655A5C;
}
</style>