Shades of Finlandia #647261
Tints of Finlandia #647261
RGB
CMYK
RGB Variations
Color information
#647261 (or 0x647261) is known color: Finlandia. HEX triplet: 64, 72 and 61. RGB value is (100,114,97). Sum of RGB (Red+Green+Blue) = 100+114+97=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 114 - color contains mainly: green. Hex color #647261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647261 is #9B8D9E. Grayscale: #6B6B6B. Windows color (decimal): -10194335 or 6386276. OLE color: 6386276.
HSL color Cylindrical-coordinate representation of color #647261: hue angle of 109.41º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #647261 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 114 | 97 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.55 |
| HSL | 109.41º | 0.08% | 0.41% | - |
| HSV(B) | 109.41º | 0.15% | 0.45% | - |
| XYZ | 13.43 | 15.61 | 13.61 | - |
| YUV | 107.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 114 | 97 | 0.12 | 0 | 0.15 | 0.55 | 109.41 | 0.08 | 0.41 |
| Hex | 64 | 72 | 61 | C | 0 | F | 37 | 6D | 8 | 29 |
| Octal | 144 | 162 | 141 | 14 | 0 | 17 | 67 | 155 | 10 | 51 |
| Binary | 1100100 | 1110010 | 1100001 | 1100 | 0 | 1111 | 110111 | 1101101 | 1000 | 101001 |
Color Harmonies of #647261
Complementary color
Monochromatic Colors of #647261
Black with #647261
Text Example
Text Example
White with #647261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647261; }
p { color: rgb(100,114,97); }
H1.HeaderClassName
{
color: #647261;
}
.AnyTagClassName
{
color: #647261;
}
</style>
background-color css
<style>
a { background-color: #647261; }
a { background-color: rgb(100,114,97); }
div.DivClassName
{
background-color: #647261;
}
.BgClassName
{
background-color: #647261;
}
</style>
border-color css
<style>
span { border-color: #647261; }
span { border-color: rgb(100,114,97); }
td.TdClassName
{
border-color: #647261;
}
.TagClassName
{
border-color: #647261;
}
</style>