Shades of Finlandia #626E5F
Tints of Finlandia #626E5F
RGB
CMYK
RGB Variations
Color information
#626E5F (or 0x626E5F) is known color: Finlandia. HEX triplet: 62, 6E and 5F. RGB value is (98,110,95). Sum of RGB (Red+Green+Blue) = 98+110+95=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 110 - color contains mainly: green. Hex color #626E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626E5F is #9D91A0. Grayscale: #686868. Windows color (decimal): -10326433 or 6254178. OLE color: 6254178.
HSL color Cylindrical-coordinate representation of color #626E5F: hue angle of 108º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #626E5F is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 110 | 95 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.57 |
| HSL | 108º | 0.07% | 0.4% | - |
| HSV(B) | 108º | 0.14% | 0.43% | - |
| XYZ | 12.68 | 14.57 | 12.97 | - |
| YUV | 104.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 110 | 95 | 0.11 | 0 | 0.14 | 0.57 | 108 | 0.07 | 0.4 |
| Hex | 62 | 6E | 5F | B | 0 | E | 39 | 6C | 7 | 28 |
| Octal | 142 | 156 | 137 | 13 | 0 | 16 | 71 | 154 | 7 | 50 |
| Binary | 1100010 | 1101110 | 1011111 | 1011 | 0 | 1110 | 111001 | 1101100 | 111 | 101000 |
Color Harmonies of #626E5F
Complementary color
Monochromatic Colors of #626E5F
Black with #626E5F
Text Example
Text Example
White with #626E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626E5F; }
p { color: rgb(98,110,95); }
H1.HeaderClassName
{
color: #626E5F;
}
.AnyTagClassName
{
color: #626E5F;
}
</style>
background-color css
<style>
a { background-color: #626E5F; }
a { background-color: rgb(98,110,95); }
div.DivClassName
{
background-color: #626E5F;
}
.BgClassName
{
background-color: #626E5F;
}
</style>
border-color css
<style>
span { border-color: #626E5F; }
span { border-color: rgb(98,110,95); }
td.TdClassName
{
border-color: #626E5F;
}
.TagClassName
{
border-color: #626E5F;
}
</style>