Shades of Finlandia #646F60
Tints of Finlandia #646F60
RGB
CMYK
RGB Variations
Color information
#646F60 (or 0x646F60) is known color: Finlandia. HEX triplet: 64, 6F and 60. RGB value is (100,111,96). Sum of RGB (Red+Green+Blue) = 100+111+96=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 111 - color contains mainly: green. Hex color #646F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646F60 is #9B909F. Grayscale: #6A6A6A. Windows color (decimal): -10195104 or 6319972. OLE color: 6319972.
HSL color Cylindrical-coordinate representation of color #646F60: hue angle of 104º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #646F60 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 111 | 96 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.56 |
| HSL | 104º | 0.07% | 0.41% | - |
| HSV(B) | 104º | 0.14% | 0.44% | - |
| XYZ | 13.05 | 14.92 | 13.26 | - |
| YUV | 106 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 111 | 96 | 0.10 | 0 | 0.14 | 0.56 | 104 | 0.07 | 0.41 |
| Hex | 64 | 6F | 60 | A | 0 | E | 38 | 68 | 7 | 29 |
| Octal | 144 | 157 | 140 | 12 | 0 | 16 | 70 | 150 | 7 | 51 |
| Binary | 1100100 | 1101111 | 1100000 | 1010 | 0 | 1110 | 111000 | 1101000 | 111 | 101001 |
Color Harmonies of #646F60
Complementary color
Monochromatic Colors of #646F60
Black with #646F60
Text Example
Text Example
White with #646F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646F60; }
p { color: rgb(100,111,96); }
H1.HeaderClassName
{
color: #646F60;
}
.AnyTagClassName
{
color: #646F60;
}
</style>
background-color css
<style>
a { background-color: #646F60; }
a { background-color: rgb(100,111,96); }
div.DivClassName
{
background-color: #646F60;
}
.BgClassName
{
background-color: #646F60;
}
</style>
border-color css
<style>
span { border-color: #646F60; }
span { border-color: rgb(100,111,96); }
td.TdClassName
{
border-color: #646F60;
}
.TagClassName
{
border-color: #646F60;
}
</style>