Shades of Finlandia #646C62
Tints of Finlandia #646C62
RGB
CMYK
RGB Variations
Color information
#646C62 (or 0x646C62) is known color: Finlandia. HEX triplet: 64, 6C and 62. RGB value is (100,108,98). Sum of RGB (Red+Green+Blue) = 100+108+98=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 108 - color contains mainly: green. Hex color #646C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646C62 is #9B939D. Grayscale: #686868. Windows color (decimal): -10195870 or 6450276. OLE color: 6450276.
HSL color Cylindrical-coordinate representation of color #646C62: hue angle of 108º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #646C62 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 108 | 98 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.58 |
| HSL | 108º | 0.05% | 0.4% | - |
| HSV(B) | 108º | 0.09% | 0.42% | - |
| XYZ | 12.82 | 14.32 | 13.64 | - |
| YUV | 104.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 98 | 0.07 | 0 | 0.09 | 0.58 | 108 | 0.05 | 0.4 |
| Hex | 64 | 6C | 62 | 7 | 0 | 9 | 3A | 6C | 5 | 28 |
| Octal | 144 | 154 | 142 | 7 | 0 | 11 | 72 | 154 | 5 | 50 |
| Binary | 1100100 | 1101100 | 1100010 | 111 | 0 | 1001 | 111010 | 1101100 | 101 | 101000 |
Color Harmonies of #646C62
Complementary color
Monochromatic Colors of #646C62
Black with #646C62
Text Example
Text Example
White with #646C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646C62; }
p { color: rgb(100,108,98); }
H1.HeaderClassName
{
color: #646C62;
}
.AnyTagClassName
{
color: #646C62;
}
</style>
background-color css
<style>
a { background-color: #646C62; }
a { background-color: rgb(100,108,98); }
div.DivClassName
{
background-color: #646C62;
}
.BgClassName
{
background-color: #646C62;
}
</style>
border-color css
<style>
span { border-color: #646C62; }
span { border-color: rgb(100,108,98); }
td.TdClassName
{
border-color: #646C62;
}
.TagClassName
{
border-color: #646C62;
}
</style>