Shades of Falcon #696162
Tints of Falcon #696162
RGB
CMYK
RGB Variations
Color information
#696162 (or 0x696162) is known color: Falcon. HEX triplet: 69, 61 and 62. RGB value is (105,97,98). Sum of RGB (Red+Green+Blue) = 105+97+98=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 105 - color contains mainly: red. Hex color #696162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696162 is #969E9D. Grayscale: #636363. Windows color (decimal): -9871006 or 6447465. OLE color: 6447465.
HSL color Cylindrical-coordinate representation of color #696162: hue angle of 352.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #696162 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 97 | 98 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.59 |
| HSL | 352.5º | 0.04% | 0.4% | - |
| HSV(B) | 352.5º | 0.08% | 0.41% | - |
| XYZ | 12.31 | 12.43 | 13.31 | - |
| YUV | 99.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 98 | 0 | 0.08 | 0.07 | 0.59 | 352.5 | 0.04 | 0.4 |
| Hex | 69 | 61 | 62 | 0 | 8 | 7 | 3B | 160 | 4 | 28 |
| Octal | 151 | 141 | 142 | 0 | 10 | 7 | 73 | 540 | 4 | 50 |
| Binary | 1101001 | 1100001 | 1100010 | 0 | 1000 | 111 | 111011 | 101100000 | 100 | 101000 |
Color Harmonies of #696162
Complementary color
Monochromatic Colors of #696162
Black with #696162
Text Example
Text Example
White with #696162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696162; }
p { color: rgb(105,97,98); }
H1.HeaderClassName
{
color: #696162;
}
.AnyTagClassName
{
color: #696162;
}
</style>
background-color css
<style>
a { background-color: #696162; }
a { background-color: rgb(105,97,98); }
div.DivClassName
{
background-color: #696162;
}
.BgClassName
{
background-color: #696162;
}
</style>
border-color css
<style>
span { border-color: #696162; }
span { border-color: rgb(105,97,98); }
td.TdClassName
{
border-color: #696162;
}
.TagClassName
{
border-color: #696162;
}
</style>