Shades of Finlandia #647963
Tints of Finlandia #647963
RGB
CMYK
RGB Variations
Color information
#647963 (or 0x647963) is known color: Finlandia. HEX triplet: 64, 79 and 63. RGB value is (100,121,99). Sum of RGB (Red+Green+Blue) = 100+121+99=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 121 - color contains mainly: green. Hex color #647963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647963 is #9B869C. Grayscale: #707070. Windows color (decimal): -10192541 or 6519140. OLE color: 6519140.
HSL color Cylindrical-coordinate representation of color #647963: hue angle of 117.27º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #647963 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 121 | 99 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.53 |
| HSL | 117.27º | 0.1% | 0.43% | - |
| HSV(B) | 117.27º | 0.18% | 0.47% | - |
| XYZ | 14.35 | 17.28 | 14.38 | - |
| YUV | 112.21 | 120.54 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 121 | 99 | 0.17 | 0 | 0.18 | 0.53 | 117.27 | 0.1 | 0.43 |
| Hex | 64 | 79 | 63 | 11 | 0 | 12 | 35 | 75 | A | 2B |
| Octal | 144 | 171 | 143 | 21 | 0 | 22 | 65 | 165 | 12 | 53 |
| Binary | 1100100 | 1111001 | 1100011 | 10001 | 0 | 10010 | 110101 | 1110101 | 1010 | 101011 |
Color Harmonies of #647963
Complementary color
Monochromatic Colors of #647963
Black with #647963
Text Example
Text Example
White with #647963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647963; }
p { color: rgb(100,121,99); }
H1.HeaderClassName
{
color: #647963;
}
.AnyTagClassName
{
color: #647963;
}
</style>
background-color css
<style>
a { background-color: #647963; }
a { background-color: rgb(100,121,99); }
div.DivClassName
{
background-color: #647963;
}
.BgClassName
{
background-color: #647963;
}
</style>
border-color css
<style>
span { border-color: #647963; }
span { border-color: rgb(100,121,99); }
td.TdClassName
{
border-color: #647963;
}
.TagClassName
{
border-color: #647963;
}
</style>