Shades of Falcon #686162
Tints of Falcon #686162
RGB
CMYK
RGB Variations
Color information
#686162 (or 0x686162) is known color: Falcon. HEX triplet: 68, 61 and 62. RGB value is (104,97,98). Sum of RGB (Red+Green+Blue) = 104+97+98=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 104 - color contains mainly: red. Hex color #686162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686162 is #979E9D. Grayscale: #636363. Windows color (decimal): -9936542 or 6447464. OLE color: 6447464.
HSL color Cylindrical-coordinate representation of color #686162: hue angle of 351.43º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #686162 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 97 | 98 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.59 |
| HSL | 351.43º | 0.03% | 0.39% | - |
| HSV(B) | 351.43º | 0.07% | 0.41% | - |
| XYZ | 12.19 | 12.37 | 13.3 | - |
| YUV | 99.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 98 | 0 | 0.07 | 0.06 | 0.59 | 351.43 | 0.03 | 0.39 |
| Hex | 68 | 61 | 62 | 0 | 7 | 6 | 3B | 15F | 3 | 27 |
| Octal | 150 | 141 | 142 | 0 | 7 | 6 | 73 | 537 | 3 | 47 |
| Binary | 1101000 | 1100001 | 1100010 | 0 | 111 | 110 | 111011 | 101011111 | 11 | 100111 |
Color Harmonies of #686162
Complementary color
Monochromatic Colors of #686162
Black with #686162
Text Example
Text Example
White with #686162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686162; }
p { color: rgb(104,97,98); }
H1.HeaderClassName
{
color: #686162;
}
.AnyTagClassName
{
color: #686162;
}
</style>
background-color css
<style>
a { background-color: #686162; }
a { background-color: rgb(104,97,98); }
div.DivClassName
{
background-color: #686162;
}
.BgClassName
{
background-color: #686162;
}
</style>
border-color css
<style>
span { border-color: #686162; }
span { border-color: rgb(104,97,98); }
td.TdClassName
{
border-color: #686162;
}
.TagClassName
{
border-color: #686162;
}
</style>