Shades of Falcon #655B5C
Tints of Falcon #655B5C
RGB
CMYK
RGB Variations
Color information
#655B5C (or 0x655B5C) is known color: Falcon. HEX triplet: 65, 5B and 5C. RGB value is (101,91,92). Sum of RGB (Red+Green+Blue) = 101+91+92=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 101 - color contains mainly: red. Hex color #655B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655B5C is #9AA4A3. Grayscale: #5E5E5E. Windows color (decimal): -10134692 or 6052709. OLE color: 6052709.
HSL color Cylindrical-coordinate representation of color #655B5C: hue angle of 354º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #655B5C is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 91 | 92 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.60 |
| HSL | 354º | 0.05% | 0.38% | - |
| HSV(B) | 354º | 0.1% | 0.4% | - |
| XYZ | 11.04 | 11.02 | 11.67 | - |
| YUV | 94.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 92 | 0 | 0.10 | 0.09 | 0.60 | 354 | 0.05 | 0.38 |
| Hex | 65 | 5B | 5C | 0 | A | 9 | 3C | 162 | 5 | 26 |
| Octal | 145 | 133 | 134 | 0 | 12 | 11 | 74 | 542 | 5 | 46 |
| Binary | 1100101 | 1011011 | 1011100 | 0 | 1010 | 1001 | 111100 | 101100010 | 101 | 100110 |
Color Harmonies of #655B5C
Complementary color
Monochromatic Colors of #655B5C
Black with #655B5C
Text Example
Text Example
White with #655B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655B5C; }
p { color: rgb(101,91,92); }
H1.HeaderClassName
{
color: #655B5C;
}
.AnyTagClassName
{
color: #655B5C;
}
</style>
background-color css
<style>
a { background-color: #655B5C; }
a { background-color: rgb(101,91,92); }
div.DivClassName
{
background-color: #655B5C;
}
.BgClassName
{
background-color: #655B5C;
}
</style>
border-color css
<style>
span { border-color: #655B5C; }
span { border-color: rgb(101,91,92); }
td.TdClassName
{
border-color: #655B5C;
}
.TagClassName
{
border-color: #655B5C;
}
</style>