Shades of Finlandia #636F60
Tints of Finlandia #636F60
RGB
CMYK
RGB Variations
Color information
#636F60 (or 0x636F60) is known color: Finlandia. HEX triplet: 63, 6F and 60. RGB value is (99,111,96). Sum of RGB (Red+Green+Blue) = 99+111+96=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 111 - color contains mainly: green. Hex color #636F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636F60 is #9C909F. Grayscale: #696969. Windows color (decimal): -10260640 or 6319971. OLE color: 6319971.
HSL color Cylindrical-coordinate representation of color #636F60: hue angle of 108º 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 #636F60 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 111 | 96 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.56 |
| HSL | 108º | 0.07% | 0.41% | - |
| HSV(B) | 108º | 0.14% | 0.44% | - |
| XYZ | 12.94 | 14.87 | 13.25 | - |
| YUV | 105.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 111 | 96 | 0.11 | 0 | 0.14 | 0.56 | 108 | 0.07 | 0.41 |
| Hex | 63 | 6F | 60 | B | 0 | E | 38 | 6C | 7 | 29 |
| Octal | 143 | 157 | 140 | 13 | 0 | 16 | 70 | 154 | 7 | 51 |
| Binary | 1100011 | 1101111 | 1100000 | 1011 | 0 | 1110 | 111000 | 1101100 | 111 | 101001 |
Color Harmonies of #636F60
Complementary color
Monochromatic Colors of #636F60
Black with #636F60
Text Example
Text Example
White with #636F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636F60; }
p { color: rgb(99,111,96); }
H1.HeaderClassName
{
color: #636F60;
}
.AnyTagClassName
{
color: #636F60;
}
</style>
background-color css
<style>
a { background-color: #636F60; }
a { background-color: rgb(99,111,96); }
div.DivClassName
{
background-color: #636F60;
}
.BgClassName
{
background-color: #636F60;
}
</style>
border-color css
<style>
span { border-color: #636F60; }
span { border-color: rgb(99,111,96); }
td.TdClassName
{
border-color: #636F60;
}
.TagClassName
{
border-color: #636F60;
}
</style>