Shades of Falcon #685B5D
Tints of Falcon #685B5D
RGB
CMYK
RGB Variations
Color information
#685B5D (or 0x685B5D) is known color: Falcon. HEX triplet: 68, 5B and 5D. RGB value is (104,91,93). Sum of RGB (Red+Green+Blue) = 104+91+93=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 104 - color contains mainly: red. Hex color #685B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B5D is #97A4A2. Grayscale: #5F5F5F. Windows color (decimal): -9938083 or 6118248. OLE color: 6118248.
HSL color Cylindrical-coordinate representation of color #685B5D: hue angle of 350.77º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #685B5D is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
RGB | 104 | 91 | 93 | - |
CMYK | 0 | 0.12 | 0.11 | 0.59 |
HSL | 350.77º | 0.07% | 0.38% | - |
HSV(B) | 350.77º | 0.13% | 0.41% | - |
XYZ | 11.43 | 11.22 | 11.92 | - |
YUV | 95.12 | 126.81 | 134.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 104 | 91 | 93 | 0 | 0.12 | 0.11 | 0.59 | 350.77 | 0.07 | 0.38 |
Hex | 68 | 5B | 5D | 0 | C | B | 3B | 15F | 7 | 26 |
Octal | 150 | 133 | 135 | 0 | 14 | 13 | 73 | 537 | 7 | 46 |
Binary | 1101000 | 1011011 | 1011101 | 0 | 1100 | 1011 | 111011 | 101011111 | 111 | 100110 |
Color Harmonies of #685B5D
Complementary color
Monochromatic Colors of #685B5D
Black with #685B5D
Text Example
Text Example
White with #685B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B5D; }
p { color: rgb(104,91,93); }
H1.HeaderClassName
{
color: #685B5D;
}
.AnyTagClassName
{
color: #685B5D;
}
</style>
background-color css
<style>
a { background-color: #685B5D; }
a { background-color: rgb(104,91,93); }
div.DivClassName
{
background-color: #685B5D;
}
.BgClassName
{
background-color: #685B5D;
}
</style>
border-color css
<style>
span { border-color: #685B5D; }
span { border-color: rgb(104,91,93); }
td.TdClassName
{
border-color: #685B5D;
}
.TagClassName
{
border-color: #685B5D;
}
</style>