Shades of Finlandia #62715F
Tints of Finlandia #62715F
RGB
CMYK
RGB Variations
Color information
#62715F (or 0x62715F) is known color: Finlandia. HEX triplet: 62, 71 and 5F. RGB value is (98,113,95). Sum of RGB (Red+Green+Blue) = 98+113+95=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 113 - color contains mainly: green. Hex color #62715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62715F is #9D8EA0. Grayscale: #6A6A6A. Windows color (decimal): -10325665 or 6254946. OLE color: 6254946.
HSL color Cylindrical-coordinate representation of color #62715F: hue angle of 110º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #62715F is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 113 | 95 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.56 |
| HSL | 110º | 0.09% | 0.41% | - |
| HSV(B) | 110º | 0.16% | 0.44% | - |
| XYZ | 13.01 | 15.23 | 13.08 | - |
| YUV | 106.46 | 121.53 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 113 | 95 | 0.13 | 0 | 0.16 | 0.56 | 110 | 0.09 | 0.41 |
| Hex | 62 | 71 | 5F | D | 0 | 10 | 38 | 6E | 9 | 29 |
| Octal | 142 | 161 | 137 | 15 | 0 | 20 | 70 | 156 | 11 | 51 |
| Binary | 1100010 | 1110001 | 1011111 | 1101 | 0 | 10000 | 111000 | 1101110 | 1001 | 101001 |
Color Harmonies of #62715F
Complementary color
Monochromatic Colors of #62715F
Black with #62715F
Text Example
Text Example
White with #62715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62715F; }
p { color: rgb(98,113,95); }
H1.HeaderClassName
{
color: #62715F;
}
.AnyTagClassName
{
color: #62715F;
}
</style>
background-color css
<style>
a { background-color: #62715F; }
a { background-color: rgb(98,113,95); }
div.DivClassName
{
background-color: #62715F;
}
.BgClassName
{
background-color: #62715F;
}
</style>
border-color css
<style>
span { border-color: #62715F; }
span { border-color: rgb(98,113,95); }
td.TdClassName
{
border-color: #62715F;
}
.TagClassName
{
border-color: #62715F;
}
</style>