Shades of Falcon #705E60
Tints of Falcon #705E60
RGB
CMYK
RGB Variations
Color information
#705E60 (or 0x705E60) is known color: Falcon. HEX triplet: 70, 5E and 60. RGB value is (112,94,96). Sum of RGB (Red+Green+Blue) = 112+94+96=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 112 - color contains mainly: red. Hex color #705E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705E60 is #8FA19F. Grayscale: #636363. Windows color (decimal): -9413024 or 6315632. OLE color: 6315632.
HSL color Cylindrical-coordinate representation of color #705E60: hue angle of 353.33º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #705E60 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 94 | 96 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.56 |
| HSL | 353.33º | 0.09% | 0.4% | - |
| HSV(B) | 353.33º | 0.16% | 0.44% | - |
| XYZ | 12.8 | 12.29 | 12.77 | - |
| YUV | 99.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 96 | 0 | 0.16 | 0.14 | 0.56 | 353.33 | 0.09 | 0.4 |
| Hex | 70 | 5E | 60 | 0 | 10 | E | 38 | 161 | 9 | 28 |
| Octal | 160 | 136 | 140 | 0 | 20 | 16 | 70 | 541 | 11 | 50 |
| Binary | 1110000 | 1011110 | 1100000 | 0 | 10000 | 1110 | 111000 | 101100001 | 1001 | 101000 |
Color Harmonies of #705E60
Complementary color
Monochromatic Colors of #705E60
Black with #705E60
Text Example
Text Example
White with #705E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705E60; }
p { color: rgb(112,94,96); }
H1.HeaderClassName
{
color: #705E60;
}
.AnyTagClassName
{
color: #705E60;
}
</style>
background-color css
<style>
a { background-color: #705E60; }
a { background-color: rgb(112,94,96); }
div.DivClassName
{
background-color: #705E60;
}
.BgClassName
{
background-color: #705E60;
}
</style>
border-color css
<style>
span { border-color: #705E60; }
span { border-color: rgb(112,94,96); }
td.TdClassName
{
border-color: #705E60;
}
.TagClassName
{
border-color: #705E60;
}
</style>