Shades of Falcon #705F61
Tints of Falcon #705F61
RGB
CMYK
RGB Variations
Color information
#705F61 (or 0x705F61) is known color: Falcon. HEX triplet: 70, 5F and 61. RGB value is (112,95,97). Sum of RGB (Red+Green+Blue) = 112+95+97=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #705F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F61 is #8FA09E. Grayscale: #646464. Windows color (decimal): -9412767 or 6381424. OLE color: 6381424.
HSL color Cylindrical-coordinate representation of color #705F61: hue angle of 352.94º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #705F61 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 97 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.56 |
| HSL | 352.94º | 0.08% | 0.41% | - |
| HSV(B) | 352.94º | 0.15% | 0.44% | - |
| XYZ | 12.93 | 12.49 | 13.04 | - |
| YUV | 100.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 97 | 0 | 0.15 | 0.13 | 0.56 | 352.94 | 0.08 | 0.41 |
| Hex | 70 | 5F | 61 | 0 | F | D | 38 | 161 | 8 | 29 |
| Octal | 160 | 137 | 141 | 0 | 17 | 15 | 70 | 541 | 10 | 51 |
| Binary | 1110000 | 1011111 | 1100001 | 0 | 1111 | 1101 | 111000 | 101100001 | 1000 | 101001 |
Color Harmonies of #705F61
Complementary color
Monochromatic Colors of #705F61
Black with #705F61
Text Example
Text Example
White with #705F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F61; }
p { color: rgb(112,95,97); }
H1.HeaderClassName
{
color: #705F61;
}
.AnyTagClassName
{
color: #705F61;
}
</style>
background-color css
<style>
a { background-color: #705F61; }
a { background-color: rgb(112,95,97); }
div.DivClassName
{
background-color: #705F61;
}
.BgClassName
{
background-color: #705F61;
}
</style>
border-color css
<style>
span { border-color: #705F61; }
span { border-color: rgb(112,95,97); }
td.TdClassName
{
border-color: #705F61;
}
.TagClassName
{
border-color: #705F61;
}
</style>