Shades of Falcon #665F60
Tints of Falcon #665F60
RGB
CMYK
RGB Variations
Color information
#665F60 (or 0x665F60) is known color: Falcon. HEX triplet: 66, 5F and 60. RGB value is (102,95,96). Sum of RGB (Red+Green+Blue) = 102+95+96=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 102 - color contains mainly: red. Hex color #665F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F60 is #99A09F. Grayscale: #616161. Windows color (decimal): -10068128 or 6315878. OLE color: 6315878.
HSL color Cylindrical-coordinate representation of color #665F60: hue angle of 351.43º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #665F60 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 95 | 96 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.6 |
| HSL | 351.43º | 0.04% | 0.39% | - |
| HSV(B) | 351.43º | 0.07% | 0.4% | - |
| XYZ | 11.68 | 11.85 | 12.74 | - |
| YUV | 97.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 96 | 0 | 0.07 | 0.06 | 0.6 | 351.43 | 0.04 | 0.39 |
| Hex | 66 | 5F | 60 | 0 | 7 | 6 | 3C | 15F | 4 | 27 |
| Octal | 146 | 137 | 140 | 0 | 7 | 6 | 74 | 537 | 4 | 47 |
| Binary | 1100110 | 1011111 | 1100000 | 0 | 111 | 110 | 111100 | 101011111 | 100 | 100111 |
Color Harmonies of #665F60
Complementary color
Monochromatic Colors of #665F60
Black with #665F60
Text Example
Text Example
White with #665F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F60; }
p { color: rgb(102,95,96); }
H1.HeaderClassName
{
color: #665F60;
}
.AnyTagClassName
{
color: #665F60;
}
</style>
background-color css
<style>
a { background-color: #665F60; }
a { background-color: rgb(102,95,96); }
div.DivClassName
{
background-color: #665F60;
}
.BgClassName
{
background-color: #665F60;
}
</style>
border-color css
<style>
span { border-color: #665F60; }
span { border-color: rgb(102,95,96); }
td.TdClassName
{
border-color: #665F60;
}
.TagClassName
{
border-color: #665F60;
}
</style>