Shades of Finlandia #626D5F
Tints of Finlandia #626D5F
RGB
CMYK
RGB Variations
Color information
#626D5F (or 0x626D5F) is known color: Finlandia. HEX triplet: 62, 6D and 5F. RGB value is (98,109,95). Sum of RGB (Red+Green+Blue) = 98+109+95=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 109 - color contains mainly: green. Hex color #626D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626D5F is #9D92A0. Grayscale: #686868. Windows color (decimal): -10326689 or 6253922. OLE color: 6253922.
HSL color Cylindrical-coordinate representation of color #626D5F: hue angle of 107.14º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #626D5F is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 109 | 95 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.57 |
| HSL | 107.14º | 0.07% | 0.4% | - |
| HSV(B) | 107.14º | 0.13% | 0.43% | - |
| XYZ | 12.57 | 14.36 | 12.94 | - |
| YUV | 104.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 109 | 95 | 0.10 | 0 | 0.13 | 0.57 | 107.14 | 0.07 | 0.4 |
| Hex | 62 | 6D | 5F | A | 0 | D | 39 | 6B | 7 | 28 |
| Octal | 142 | 155 | 137 | 12 | 0 | 15 | 71 | 153 | 7 | 50 |
| Binary | 1100010 | 1101101 | 1011111 | 1010 | 0 | 1101 | 111001 | 1101011 | 111 | 101000 |
Color Harmonies of #626D5F
Complementary color
Monochromatic Colors of #626D5F
Black with #626D5F
Text Example
Text Example
White with #626D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626D5F; }
p { color: rgb(98,109,95); }
H1.HeaderClassName
{
color: #626D5F;
}
.AnyTagClassName
{
color: #626D5F;
}
</style>
background-color css
<style>
a { background-color: #626D5F; }
a { background-color: rgb(98,109,95); }
div.DivClassName
{
background-color: #626D5F;
}
.BgClassName
{
background-color: #626D5F;
}
</style>
border-color css
<style>
span { border-color: #626D5F; }
span { border-color: rgb(98,109,95); }
td.TdClassName
{
border-color: #626D5F;
}
.TagClassName
{
border-color: #626D5F;
}
</style>