Shades of Falcon #685D5F
Tints of Falcon #685D5F
RGB
CMYK
RGB Variations
Color information
#685D5F (or 0x685D5F) is known color: Falcon. HEX triplet: 68, 5D and 5F. RGB value is (104,93,95). Sum of RGB (Red+Green+Blue) = 104+93+95=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 104 - color contains mainly: red. Hex color #685D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D5F is #97A2A0. Grayscale: #606060. Windows color (decimal): -9937569 or 6249832. OLE color: 6249832.
HSL color Cylindrical-coordinate representation of color #685D5F: hue angle of 349.09º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #685D5F is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 95 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.59 |
| HSL | 349.09º | 0.06% | 0.39% | - |
| HSV(B) | 349.09º | 0.11% | 0.41% | - |
| XYZ | 11.69 | 11.6 | 12.45 | - |
| YUV | 96.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 95 | 0 | 0.11 | 0.09 | 0.59 | 349.09 | 0.06 | 0.39 |
| Hex | 68 | 5D | 5F | 0 | B | 9 | 3B | 15D | 6 | 27 |
| Octal | 150 | 135 | 137 | 0 | 13 | 11 | 73 | 535 | 6 | 47 |
| Binary | 1101000 | 1011101 | 1011111 | 0 | 1011 | 1001 | 111011 | 101011101 | 110 | 100111 |
Color Harmonies of #685D5F
Complementary color
Monochromatic Colors of #685D5F
Black with #685D5F
Text Example
Text Example
White with #685D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D5F; }
p { color: rgb(104,93,95); }
H1.HeaderClassName
{
color: #685D5F;
}
.AnyTagClassName
{
color: #685D5F;
}
</style>
background-color css
<style>
a { background-color: #685D5F; }
a { background-color: rgb(104,93,95); }
div.DivClassName
{
background-color: #685D5F;
}
.BgClassName
{
background-color: #685D5F;
}
</style>
border-color css
<style>
span { border-color: #685D5F; }
span { border-color: rgb(104,93,95); }
td.TdClassName
{
border-color: #685D5F;
}
.TagClassName
{
border-color: #685D5F;
}
</style>