Shades of Falcon #685A5C
Tints of Falcon #685A5C
RGB
CMYK
RGB Variations
Color information
#685A5C (or 0x685A5C) is known color: Falcon. HEX triplet: 68, 5A and 5C. RGB value is (104,90,92). Sum of RGB (Red+Green+Blue) = 104+90+92=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #685A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A5C is #97A5A3. Grayscale: #5E5E5E. Windows color (decimal): -9938340 or 6052456. OLE color: 6052456.
HSL color Cylindrical-coordinate representation of color #685A5C: hue angle of 351.43º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #685A5C is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 92 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.59 |
| HSL | 351.43º | 0.07% | 0.38% | - |
| HSV(B) | 351.43º | 0.13% | 0.41% | - |
| XYZ | 11.3 | 11.03 | 11.66 | - |
| YUV | 94.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 92 | 0 | 0.13 | 0.12 | 0.59 | 351.43 | 0.07 | 0.38 |
| Hex | 68 | 5A | 5C | 0 | D | C | 3B | 15F | 7 | 26 |
| Octal | 150 | 132 | 134 | 0 | 15 | 14 | 73 | 537 | 7 | 46 |
| Binary | 1101000 | 1011010 | 1011100 | 0 | 1101 | 1100 | 111011 | 101011111 | 111 | 100110 |
Color Harmonies of #685A5C
Complementary color
Monochromatic Colors of #685A5C
Black with #685A5C
Text Example
Text Example
White with #685A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A5C; }
p { color: rgb(104,90,92); }
H1.HeaderClassName
{
color: #685A5C;
}
.AnyTagClassName
{
color: #685A5C;
}
</style>
background-color css
<style>
a { background-color: #685A5C; }
a { background-color: rgb(104,90,92); }
div.DivClassName
{
background-color: #685A5C;
}
.BgClassName
{
background-color: #685A5C;
}
</style>
border-color css
<style>
span { border-color: #685A5C; }
span { border-color: rgb(104,90,92); }
td.TdClassName
{
border-color: #685A5C;
}
.TagClassName
{
border-color: #685A5C;
}
</style>