Shades of Falcon #655A5B
Tints of Falcon #655A5B
RGB
CMYK
RGB Variations
Color information
#655A5B (or 0x655A5B) is known color: Falcon. HEX triplet: 65, 5A and 5B. RGB value is (101,90,91). Sum of RGB (Red+Green+Blue) = 101+90+91=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 101 - color contains mainly: red. Hex color #655A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A5B is #9AA5A4. Grayscale: #5D5D5D. Windows color (decimal): -10134949 or 5986917. OLE color: 5986917.
HSL color Cylindrical-coordinate representation of color #655A5B: hue angle of 354.55º 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 #655A5B is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 91 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.60 |
| HSL | 354.55º | 0.06% | 0.37% | - |
| HSV(B) | 354.55º | 0.11% | 0.4% | - |
| XYZ | 10.91 | 10.83 | 11.41 | - |
| YUV | 93.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 91 | 0 | 0.11 | 0.10 | 0.60 | 354.55 | 0.06 | 0.37 |
| Hex | 65 | 5A | 5B | 0 | B | A | 3C | 163 | 6 | 25 |
| Octal | 145 | 132 | 133 | 0 | 13 | 12 | 74 | 543 | 6 | 45 |
| Binary | 1100101 | 1011010 | 1011011 | 0 | 1011 | 1010 | 111100 | 101100011 | 110 | 100101 |
Color Harmonies of #655A5B
Complementary color
Monochromatic Colors of #655A5B
Black with #655A5B
Text Example
Text Example
White with #655A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A5B; }
p { color: rgb(101,90,91); }
H1.HeaderClassName
{
color: #655A5B;
}
.AnyTagClassName
{
color: #655A5B;
}
</style>
background-color css
<style>
a { background-color: #655A5B; }
a { background-color: rgb(101,90,91); }
div.DivClassName
{
background-color: #655A5B;
}
.BgClassName
{
background-color: #655A5B;
}
</style>
border-color css
<style>
span { border-color: #655A5B; }
span { border-color: rgb(101,90,91); }
td.TdClassName
{
border-color: #655A5B;
}
.TagClassName
{
border-color: #655A5B;
}
</style>