Shades of Falcon #666061
Tints of Falcon #666061
RGB
CMYK
RGB Variations
Color information
#666061 (or 0x666061) is known color: Falcon. HEX triplet: 66, 60 and 61. RGB value is (102,96,97). Sum of RGB (Red+Green+Blue) = 102+96+97=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 102 - color contains mainly: red. Hex color #666061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666061 is #999F9E. Grayscale: #616161. Windows color (decimal): -10067871 or 6381670. OLE color: 6381670.
HSL color Cylindrical-coordinate representation of color #666061: hue angle of 350º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #666061 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 96 | 97 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.6 |
| HSL | 350º | 0.03% | 0.39% | - |
| HSV(B) | 350º | 0.06% | 0.4% | - |
| XYZ | 11.82 | 12.05 | 13.01 | - |
| YUV | 97.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 97 | 0 | 0.06 | 0.05 | 0.6 | 350 | 0.03 | 0.39 |
| Hex | 66 | 60 | 61 | 0 | 6 | 5 | 3C | 15E | 3 | 27 |
| Octal | 146 | 140 | 141 | 0 | 6 | 5 | 74 | 536 | 3 | 47 |
| Binary | 1100110 | 1100000 | 1100001 | 0 | 110 | 101 | 111100 | 101011110 | 11 | 100111 |
Color Harmonies of #666061
Complementary color
Monochromatic Colors of #666061
Black with #666061
Text Example
Text Example
White with #666061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666061; }
p { color: rgb(102,96,97); }
H1.HeaderClassName
{
color: #666061;
}
.AnyTagClassName
{
color: #666061;
}
</style>
background-color css
<style>
a { background-color: #666061; }
a { background-color: rgb(102,96,97); }
div.DivClassName
{
background-color: #666061;
}
.BgClassName
{
background-color: #666061;
}
</style>
border-color css
<style>
span { border-color: #666061; }
span { border-color: rgb(102,96,97); }
td.TdClassName
{
border-color: #666061;
}
.TagClassName
{
border-color: #666061;
}
</style>