Shades of Falcon #706162
Tints of Falcon #706162
RGB
CMYK
RGB Variations
Color information
#706162 (or 0x706162) is known color: Falcon. HEX triplet: 70, 61 and 62. RGB value is (112,97,98). Sum of RGB (Red+Green+Blue) = 112+97+98=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 112 - color contains mainly: red. Hex color #706162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706162 is #8F9E9D. Grayscale: #656565. Windows color (decimal): -9412254 or 6447472. OLE color: 6447472.
HSL color Cylindrical-coordinate representation of color #706162: hue angle of 356º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #706162 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 97 | 98 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.56 |
| HSL | 356º | 0.07% | 0.41% | - |
| HSV(B) | 356º | 0.13% | 0.44% | - |
| XYZ | 13.16 | 12.88 | 13.35 | - |
| YUV | 101.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 98 | 0 | 0.13 | 0.13 | 0.56 | 356 | 0.07 | 0.41 |
| Hex | 70 | 61 | 62 | 0 | D | D | 38 | 164 | 7 | 29 |
| Octal | 160 | 141 | 142 | 0 | 15 | 15 | 70 | 544 | 7 | 51 |
| Binary | 1110000 | 1100001 | 1100010 | 0 | 1101 | 1101 | 111000 | 101100100 | 111 | 101001 |
Color Harmonies of #706162
Complementary color
Monochromatic Colors of #706162
Black with #706162
Text Example
Text Example
White with #706162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706162; }
p { color: rgb(112,97,98); }
H1.HeaderClassName
{
color: #706162;
}
.AnyTagClassName
{
color: #706162;
}
</style>
background-color css
<style>
a { background-color: #706162; }
a { background-color: rgb(112,97,98); }
div.DivClassName
{
background-color: #706162;
}
.BgClassName
{
background-color: #706162;
}
</style>
border-color css
<style>
span { border-color: #706162; }
span { border-color: rgb(112,97,98); }
td.TdClassName
{
border-color: #706162;
}
.TagClassName
{
border-color: #706162;
}
</style>