Shades of Finlandia #636C61
Tints of Finlandia #636C61
RGB
CMYK
RGB Variations
Color information
#636C61 (or 0x636C61) is known color: Finlandia. HEX triplet: 63, 6C and 61. RGB value is (99,108,97). Sum of RGB (Red+Green+Blue) = 99+108+97=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 108 - color contains mainly: green. Hex color #636C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636C61 is #9C939E. Grayscale: #686868. Windows color (decimal): -10261407 or 6384739. OLE color: 6384739.
HSL color Cylindrical-coordinate representation of color #636C61: hue angle of 109.09º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #636C61 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 108 | 97 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.58 |
| HSL | 109.09º | 0.05% | 0.4% | - |
| HSV(B) | 109.09º | 0.1% | 0.42% | - |
| XYZ | 12.67 | 14.24 | 13.39 | - |
| YUV | 104.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 108 | 97 | 0.08 | 0 | 0.10 | 0.58 | 109.09 | 0.05 | 0.4 |
| Hex | 63 | 6C | 61 | 8 | 0 | A | 3A | 6D | 5 | 28 |
| Octal | 143 | 154 | 141 | 10 | 0 | 12 | 72 | 155 | 5 | 50 |
| Binary | 1100011 | 1101100 | 1100001 | 1000 | 0 | 1010 | 111010 | 1101101 | 101 | 101000 |
Color Harmonies of #636C61
Complementary color
Monochromatic Colors of #636C61
Black with #636C61
Text Example
Text Example
White with #636C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636C61; }
p { color: rgb(99,108,97); }
H1.HeaderClassName
{
color: #636C61;
}
.AnyTagClassName
{
color: #636C61;
}
</style>
background-color css
<style>
a { background-color: #636C61; }
a { background-color: rgb(99,108,97); }
div.DivClassName
{
background-color: #636C61;
}
.BgClassName
{
background-color: #636C61;
}
</style>
border-color css
<style>
span { border-color: #636C61; }
span { border-color: rgb(99,108,97); }
td.TdClassName
{
border-color: #636C61;
}
.TagClassName
{
border-color: #636C61;
}
</style>