Shades of Falcon #694F51
Tints of Falcon #694F51
RGB
CMYK
RGB Variations
Color information
#694F51 (or 0x694F51) is known color: Falcon. HEX triplet: 69, 4F and 51. RGB value is (105,79,81). Sum of RGB (Red+Green+Blue) = 105+79+81=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 105 - color contains mainly: red. Hex color #694F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694F51 is #96B0AE. Grayscale: #575757. Windows color (decimal): -9875631 or 5328745. OLE color: 5328745.
HSL color Cylindrical-coordinate representation of color #694F51: hue angle of 355.38º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #694F51 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 79 | 81 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.59 |
| HSL | 355.38º | 0.14% | 0.36% | - |
| HSV(B) | 355.38º | 0.25% | 0.41% | - |
| XYZ | 10.11 | 9.19 | 9.03 | - |
| YUV | 87 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 81 | 0 | 0.25 | 0.23 | 0.59 | 355.38 | 0.14 | 0.36 |
| Hex | 69 | 4F | 51 | 0 | 19 | 17 | 3B | 163 | E | 24 |
| Octal | 151 | 117 | 121 | 0 | 31 | 27 | 73 | 543 | 16 | 44 |
| Binary | 1101001 | 1001111 | 1010001 | 0 | 11001 | 10111 | 111011 | 101100011 | 1110 | 100100 |
Color Harmonies of #694F51
Complementary color
Monochromatic Colors of #694F51
Black with #694F51
Text Example
Text Example
White with #694F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F51; }
p { color: rgb(105,79,81); }
H1.HeaderClassName
{
color: #694F51;
}
.AnyTagClassName
{
color: #694F51;
}
</style>
background-color css
<style>
a { background-color: #694F51; }
a { background-color: rgb(105,79,81); }
div.DivClassName
{
background-color: #694F51;
}
.BgClassName
{
background-color: #694F51;
}
</style>
border-color css
<style>
span { border-color: #694F51; }
span { border-color: rgb(105,79,81); }
td.TdClassName
{
border-color: #694F51;
}
.TagClassName
{
border-color: #694F51;
}
</style>