Shades of Falcon #696263
Tints of Falcon #696263
RGB
CMYK
RGB Variations
Color information
#696263 (or 0x696263) is known color: Falcon. HEX triplet: 69, 62 and 63. RGB value is (105,98,99). Sum of RGB (Red+Green+Blue) = 105+98+99=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 105 - color contains mainly: red. Hex color #696263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696263 is #969D9C. Grayscale: #646464. Windows color (decimal): -9870749 or 6513257. OLE color: 6513257.
HSL color Cylindrical-coordinate representation of color #696263: hue angle of 351.43º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #696263 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 98 | 99 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.59 |
| HSL | 351.43º | 0.03% | 0.4% | - |
| HSV(B) | 351.43º | 0.07% | 0.41% | - |
| XYZ | 12.45 | 12.64 | 13.59 | - |
| YUV | 100.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 98 | 99 | 0 | 0.07 | 0.06 | 0.59 | 351.43 | 0.03 | 0.4 |
| Hex | 69 | 62 | 63 | 0 | 7 | 6 | 3B | 15F | 3 | 28 |
| Octal | 151 | 142 | 143 | 0 | 7 | 6 | 73 | 537 | 3 | 50 |
| Binary | 1101001 | 1100010 | 1100011 | 0 | 111 | 110 | 111011 | 101011111 | 11 | 101000 |
Color Harmonies of #696263
Complementary color
Monochromatic Colors of #696263
Black with #696263
Text Example
Text Example
White with #696263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696263; }
p { color: rgb(105,98,99); }
H1.HeaderClassName
{
color: #696263;
}
.AnyTagClassName
{
color: #696263;
}
</style>
background-color css
<style>
a { background-color: #696263; }
a { background-color: rgb(105,98,99); }
div.DivClassName
{
background-color: #696263;
}
.BgClassName
{
background-color: #696263;
}
</style>
border-color css
<style>
span { border-color: #696263; }
span { border-color: rgb(105,98,99); }
td.TdClassName
{
border-color: #696263;
}
.TagClassName
{
border-color: #696263;
}
</style>