Shades of Finlandia #606D5E
Tints of Finlandia #606D5E
RGB
CMYK
RGB Variations
Color information
#606D5E (or 0x606D5E) is known color: Finlandia. HEX triplet: 60, 6D and 5E. RGB value is (96,109,94). Sum of RGB (Red+Green+Blue) = 96+109+94=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 109 - color contains mainly: green. Hex color #606D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606D5E is #9F92A1. Grayscale: #676767. Windows color (decimal): -10457762 or 6188384. OLE color: 6188384.
HSL color Cylindrical-coordinate representation of color #606D5E: hue angle of 112º 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 #606D5E is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
RGB | 96 | 109 | 94 | - |
CMYK | 0.12 | 0 | 0.14 | 0.57 |
HSL | 112º | 0.07% | 0.4% | - |
HSV(B) | 112º | 0.14% | 0.43% | - |
XYZ | 12.31 | 14.23 | 12.69 | - |
YUV | 103.4 | 122.69 | 122.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 96 | 109 | 94 | 0.12 | 0 | 0.14 | 0.57 | 112 | 0.07 | 0.4 |
Hex | 60 | 6D | 5E | C | 0 | E | 39 | 70 | 7 | 28 |
Octal | 140 | 155 | 136 | 14 | 0 | 16 | 71 | 160 | 7 | 50 |
Binary | 1100000 | 1101101 | 1011110 | 1100 | 0 | 1110 | 111001 | 1110000 | 111 | 101000 |
Color Harmonies of #606D5E
Complementary color
Monochromatic Colors of #606D5E
Black with #606D5E
Text Example
Text Example
White with #606D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606D5E; }
p { color: rgb(96,109,94); }
H1.HeaderClassName
{
color: #606D5E;
}
.AnyTagClassName
{
color: #606D5E;
}
</style>
background-color css
<style>
a { background-color: #606D5E; }
a { background-color: rgb(96,109,94); }
div.DivClassName
{
background-color: #606D5E;
}
.BgClassName
{
background-color: #606D5E;
}
</style>
border-color css
<style>
span { border-color: #606D5E; }
span { border-color: rgb(96,109,94); }
td.TdClassName
{
border-color: #606D5E;
}
.TagClassName
{
border-color: #606D5E;
}
</style>