Shades of Falcon #685253
Tints of Falcon #685253
RGB
CMYK
RGB Variations
Color information
#685253 (or 0x685253) is known color: Falcon. HEX triplet: 68, 52 and 53. RGB value is (104,82,83). Sum of RGB (Red+Green+Blue) = 104+82+83=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #685253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685253 is #97ADAC. Grayscale: #585858. Windows color (decimal): -9940397 or 5460584. OLE color: 5460584.
HSL color Cylindrical-coordinate representation of color #685253: hue angle of 357.27º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #685253 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 83 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.59 |
| HSL | 357.27º | 0.12% | 0.36% | - |
| HSV(B) | 357.27º | 0.21% | 0.41% | - |
| XYZ | 10.29 | 9.6 | 9.49 | - |
| YUV | 88.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 83 | 0 | 0.21 | 0.20 | 0.59 | 357.27 | 0.12 | 0.36 |
| Hex | 68 | 52 | 53 | 0 | 15 | 14 | 3B | 165 | C | 24 |
| Octal | 150 | 122 | 123 | 0 | 25 | 24 | 73 | 545 | 14 | 44 |
| Binary | 1101000 | 1010010 | 1010011 | 0 | 10101 | 10100 | 111011 | 101100101 | 1100 | 100100 |
Color Harmonies of #685253
Complementary color
Monochromatic Colors of #685253
Black with #685253
Text Example
Text Example
White with #685253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685253; }
p { color: rgb(104,82,83); }
H1.HeaderClassName
{
color: #685253;
}
.AnyTagClassName
{
color: #685253;
}
</style>
background-color css
<style>
a { background-color: #685253; }
a { background-color: rgb(104,82,83); }
div.DivClassName
{
background-color: #685253;
}
.BgClassName
{
background-color: #685253;
}
</style>
border-color css
<style>
span { border-color: #685253; }
span { border-color: rgb(104,82,83); }
td.TdClassName
{
border-color: #685253;
}
.TagClassName
{
border-color: #685253;
}
</style>