Shades of Falcon #665556
Tints of Falcon #665556
RGB
CMYK
RGB Variations
Color information
#665556 (or 0x665556) is known color: Falcon. HEX triplet: 66, 55 and 56. RGB value is (102,85,86). Sum of RGB (Red+Green+Blue) = 102+85+86=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 102 - color contains mainly: red. Hex color #665556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665556 is #99AAA9. Grayscale: #5A5A5A. Windows color (decimal): -10070698 or 5657958. OLE color: 5657958.
HSL color Cylindrical-coordinate representation of color #665556: hue angle of 356.47º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #665556 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 85 | 86 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.6 |
| HSL | 356.47º | 0.09% | 0.37% | - |
| HSV(B) | 356.47º | 0.17% | 0.4% | - |
| XYZ | 10.41 | 9.99 | 10.18 | - |
| YUV | 90.2 | 125.63 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 86 | 0 | 0.17 | 0.16 | 0.6 | 356.47 | 0.09 | 0.37 |
| Hex | 66 | 55 | 56 | 0 | 11 | 10 | 3C | 164 | 9 | 25 |
| Octal | 146 | 125 | 126 | 0 | 21 | 20 | 74 | 544 | 11 | 45 |
| Binary | 1100110 | 1010101 | 1010110 | 0 | 10001 | 10000 | 111100 | 101100100 | 1001 | 100101 |
Color Harmonies of #665556
Complementary color
Monochromatic Colors of #665556
Black with #665556
Text Example
Text Example
White with #665556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665556; }
p { color: rgb(102,85,86); }
H1.HeaderClassName
{
color: #665556;
}
.AnyTagClassName
{
color: #665556;
}
</style>
background-color css
<style>
a { background-color: #665556; }
a { background-color: rgb(102,85,86); }
div.DivClassName
{
background-color: #665556;
}
.BgClassName
{
background-color: #665556;
}
</style>
border-color css
<style>
span { border-color: #665556; }
span { border-color: rgb(102,85,86); }
td.TdClassName
{
border-color: #665556;
}
.TagClassName
{
border-color: #665556;
}
</style>