Shades of Falcon #694E4F
Tints of Falcon #694E4F
RGB
CMYK
RGB Variations
Color information
#694E4F (or 0x694E4F) is known color: Falcon. HEX triplet: 69, 4E and 4F. RGB value is (105,78,79). Sum of RGB (Red+Green+Blue) = 105+78+79=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 105 - color contains mainly: red. Hex color #694E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694E4F is #96B1B0. Grayscale: #565656. Windows color (decimal): -9875889 or 5197417. OLE color: 5197417.
HSL color Cylindrical-coordinate representation of color #694E4F: hue angle of 357.78º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #694E4F is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 78 | 79 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.59 |
| HSL | 357.78º | 0.15% | 0.36% | - |
| HSV(B) | 357.78º | 0.26% | 0.41% | - |
| XYZ | 9.96 | 9.02 | 8.61 | - |
| YUV | 86.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 79 | 0 | 0.26 | 0.25 | 0.59 | 357.78 | 0.15 | 0.36 |
| Hex | 69 | 4E | 4F | 0 | 1A | 19 | 3B | 166 | F | 24 |
| Octal | 151 | 116 | 117 | 0 | 32 | 31 | 73 | 546 | 17 | 44 |
| Binary | 1101001 | 1001110 | 1001111 | 0 | 11010 | 11001 | 111011 | 101100110 | 1111 | 100100 |
Color Harmonies of #694E4F
Complementary color
Monochromatic Colors of #694E4F
Black with #694E4F
Text Example
Text Example
White with #694E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694E4F; }
p { color: rgb(105,78,79); }
H1.HeaderClassName
{
color: #694E4F;
}
.AnyTagClassName
{
color: #694E4F;
}
</style>
background-color css
<style>
a { background-color: #694E4F; }
a { background-color: rgb(105,78,79); }
div.DivClassName
{
background-color: #694E4F;
}
.BgClassName
{
background-color: #694E4F;
}
</style>
border-color css
<style>
span { border-color: #694E4F; }
span { border-color: rgb(105,78,79); }
td.TdClassName
{
border-color: #694E4F;
}
.TagClassName
{
border-color: #694E4F;
}
</style>