Shades of Falcon #706062
Tints of Falcon #706062
RGB
CMYK
RGB Variations
Color information
#706062 (or 0x706062) is known color: Falcon. HEX triplet: 70, 60 and 62. RGB value is (112,96,98). Sum of RGB (Red+Green+Blue) = 112+96+98=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 112 - color contains mainly: red. Hex color #706062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706062 is #8F9F9D. Grayscale: #656565. Windows color (decimal): -9412510 or 6447216. OLE color: 6447216.
HSL color Cylindrical-coordinate representation of color #706062: hue angle of 352.5º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #706062 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 96 | 98 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.56 |
| HSL | 352.5º | 0.08% | 0.41% | - |
| HSV(B) | 352.5º | 0.14% | 0.44% | - |
| XYZ | 13.07 | 12.69 | 13.32 | - |
| YUV | 101.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 98 | 0 | 0.14 | 0.13 | 0.56 | 352.5 | 0.08 | 0.41 |
| Hex | 70 | 60 | 62 | 0 | E | D | 38 | 160 | 8 | 29 |
| Octal | 160 | 140 | 142 | 0 | 16 | 15 | 70 | 540 | 10 | 51 |
| Binary | 1110000 | 1100000 | 1100010 | 0 | 1110 | 1101 | 111000 | 101100000 | 1000 | 101001 |
Color Harmonies of #706062
Complementary color
Monochromatic Colors of #706062
Black with #706062
Text Example
Text Example
White with #706062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706062; }
p { color: rgb(112,96,98); }
H1.HeaderClassName
{
color: #706062;
}
.AnyTagClassName
{
color: #706062;
}
</style>
background-color css
<style>
a { background-color: #706062; }
a { background-color: rgb(112,96,98); }
div.DivClassName
{
background-color: #706062;
}
.BgClassName
{
background-color: #706062;
}
</style>
border-color css
<style>
span { border-color: #706062; }
span { border-color: rgb(112,96,98); }
td.TdClassName
{
border-color: #706062;
}
.TagClassName
{
border-color: #706062;
}
</style>