Shades of Falcon #665455
Tints of Falcon #665455
RGB
CMYK
RGB Variations
Color information
#665455 (or 0x665455) is known color: Falcon. HEX triplet: 66, 54 and 55. RGB value is (102,84,85). Sum of RGB (Red+Green+Blue) = 102+84+85=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #665455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665455 is #99ABAA. Grayscale: #595959. Windows color (decimal): -10070955 or 5592166. OLE color: 5592166.
HSL color Cylindrical-coordinate representation of color #665455: hue angle of 356.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #665455 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 84 | 85 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.6 |
| HSL | 356.67º | 0.1% | 0.36% | - |
| HSV(B) | 356.67º | 0.18% | 0.4% | - |
| XYZ | 10.29 | 9.82 | 9.95 | - |
| YUV | 89.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 84 | 85 | 0 | 0.18 | 0.17 | 0.6 | 356.67 | 0.1 | 0.36 |
| Hex | 66 | 54 | 55 | 0 | 12 | 11 | 3C | 165 | A | 24 |
| Octal | 146 | 124 | 125 | 0 | 22 | 21 | 74 | 545 | 12 | 44 |
| Binary | 1100110 | 1010100 | 1010101 | 0 | 10010 | 10001 | 111100 | 101100101 | 1010 | 100100 |
Color Harmonies of #665455
Complementary color
Monochromatic Colors of #665455
Black with #665455
Text Example
Text Example
White with #665455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665455; }
p { color: rgb(102,84,85); }
H1.HeaderClassName
{
color: #665455;
}
.AnyTagClassName
{
color: #665455;
}
</style>
background-color css
<style>
a { background-color: #665455; }
a { background-color: rgb(102,84,85); }
div.DivClassName
{
background-color: #665455;
}
.BgClassName
{
background-color: #665455;
}
</style>
border-color css
<style>
span { border-color: #665455; }
span { border-color: rgb(102,84,85); }
td.TdClassName
{
border-color: #665455;
}
.TagClassName
{
border-color: #665455;
}
</style>