Shades of Finlandia #636C60
Tints of Finlandia #636C60
RGB
CMYK
RGB Variations
Color information
#636C60 (or 0x636C60) is known color: Finlandia. HEX triplet: 63, 6C and 60. RGB value is (99,108,96). Sum of RGB (Red+Green+Blue) = 99+108+96=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 108 - color contains mainly: green. Hex color #636C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636C60 is #9C939F. Grayscale: #676767. Windows color (decimal): -10261408 or 6319203. OLE color: 6319203.
HSL color Cylindrical-coordinate representation of color #636C60: hue angle of 105º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #636C60 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 108 | 96 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.58 |
| HSL | 105º | 0.06% | 0.4% | - |
| HSV(B) | 105º | 0.11% | 0.42% | - |
| XYZ | 12.62 | 14.22 | 13.15 | - |
| YUV | 103.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 108 | 96 | 0.08 | 0 | 0.11 | 0.58 | 105 | 0.06 | 0.4 |
| Hex | 63 | 6C | 60 | 8 | 0 | B | 3A | 69 | 6 | 28 |
| Octal | 143 | 154 | 140 | 10 | 0 | 13 | 72 | 151 | 6 | 50 |
| Binary | 1100011 | 1101100 | 1100000 | 1000 | 0 | 1011 | 111010 | 1101001 | 110 | 101000 |
Color Harmonies of #636C60
Complementary color
Monochromatic Colors of #636C60
Black with #636C60
Text Example
Text Example
White with #636C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636C60; }
p { color: rgb(99,108,96); }
H1.HeaderClassName
{
color: #636C60;
}
.AnyTagClassName
{
color: #636C60;
}
</style>
background-color css
<style>
a { background-color: #636C60; }
a { background-color: rgb(99,108,96); }
div.DivClassName
{
background-color: #636C60;
}
.BgClassName
{
background-color: #636C60;
}
</style>
border-color css
<style>
span { border-color: #636C60; }
span { border-color: rgb(99,108,96); }
td.TdClassName
{
border-color: #636C60;
}
.TagClassName
{
border-color: #636C60;
}
</style>