Shades of Falcon #665354
Tints of Falcon #665354
RGB
CMYK
RGB Variations
Color information
#665354 (or 0x665354) is known color: Falcon. HEX triplet: 66, 53 and 54. RGB value is (102,83,84). Sum of RGB (Red+Green+Blue) = 102+83+84=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #665354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665354 is #99ACAB. Grayscale: #585858. Windows color (decimal): -10071212 or 5526374. OLE color: 5526374.
HSL color Cylindrical-coordinate representation of color #665354: hue angle of 356.84º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #665354 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 84 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.6 |
| HSL | 356.84º | 0.1% | 0.36% | - |
| HSV(B) | 356.84º | 0.19% | 0.4% | - |
| XYZ | 10.17 | 9.65 | 9.71 | - |
| YUV | 88.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 84 | 0 | 0.19 | 0.18 | 0.6 | 356.84 | 0.1 | 0.36 |
| Hex | 66 | 53 | 54 | 0 | 13 | 12 | 3C | 165 | A | 24 |
| Octal | 146 | 123 | 124 | 0 | 23 | 22 | 74 | 545 | 12 | 44 |
| Binary | 1100110 | 1010011 | 1010100 | 0 | 10011 | 10010 | 111100 | 101100101 | 1010 | 100100 |
Color Harmonies of #665354
Complementary color
Monochromatic Colors of #665354
Black with #665354
Text Example
Text Example
White with #665354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665354; }
p { color: rgb(102,83,84); }
H1.HeaderClassName
{
color: #665354;
}
.AnyTagClassName
{
color: #665354;
}
</style>
background-color css
<style>
a { background-color: #665354; }
a { background-color: rgb(102,83,84); }
div.DivClassName
{
background-color: #665354;
}
.BgClassName
{
background-color: #665354;
}
</style>
border-color css
<style>
span { border-color: #665354; }
span { border-color: rgb(102,83,84); }
td.TdClassName
{
border-color: #665354;
}
.TagClassName
{
border-color: #665354;
}
</style>