Shades of Finlandia #647C5E
Tints of Finlandia #647C5E
RGB
CMYK
RGB Variations
Color information
#647C5E (or 0x647C5E) is known color: Finlandia. HEX triplet: 64, 7C and 5E. RGB value is (100,124,94). Sum of RGB (Red+Green+Blue) = 100+124+94=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 124 - color contains mainly: green. Hex color #647C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647C5E is #9B83A1. Grayscale: #717171. Windows color (decimal): -10191778 or 6192228. OLE color: 6192228.
HSL color Cylindrical-coordinate representation of color #647C5E: hue angle of 108º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #647C5E is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 124 | 94 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.51 |
| HSL | 108º | 0.14% | 0.43% | - |
| HSV(B) | 108º | 0.24% | 0.49% | - |
| XYZ | 14.48 | 17.93 | 13.29 | - |
| YUV | 113.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 94 | 0.19 | 0 | 0.24 | 0.51 | 108 | 0.14 | 0.43 |
| Hex | 64 | 7C | 5E | 13 | 0 | 18 | 33 | 6C | E | 2B |
| Octal | 144 | 174 | 136 | 23 | 0 | 30 | 63 | 154 | 16 | 53 |
| Binary | 1100100 | 1111100 | 1011110 | 10011 | 0 | 11000 | 110011 | 1101100 | 1110 | 101011 |
Color Harmonies of #647C5E
Complementary color
Monochromatic Colors of #647C5E
Black with #647C5E
Text Example
Text Example
White with #647C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647C5E; }
p { color: rgb(100,124,94); }
H1.HeaderClassName
{
color: #647C5E;
}
.AnyTagClassName
{
color: #647C5E;
}
</style>
background-color css
<style>
a { background-color: #647C5E; }
a { background-color: rgb(100,124,94); }
div.DivClassName
{
background-color: #647C5E;
}
.BgClassName
{
background-color: #647C5E;
}
</style>
border-color css
<style>
span { border-color: #647C5E; }
span { border-color: rgb(100,124,94); }
td.TdClassName
{
border-color: #647C5E;
}
.TagClassName
{
border-color: #647C5E;
}
</style>