Shades of Finlandia #636A61
Tints of Finlandia #636A61
RGB
CMYK
RGB Variations
Color information
#636A61 (or 0x636A61) is known color: Finlandia. HEX triplet: 63, 6A and 61. RGB value is (99,106,97). Sum of RGB (Red+Green+Blue) = 99+106+97=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 106 - color contains mainly: green. Hex color #636A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636A61 is #9C959E. Grayscale: #666666. Windows color (decimal): -10261919 or 6384227. OLE color: 6384227.
HSL color Cylindrical-coordinate representation of color #636A61: hue angle of 106.67º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #636A61 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 106 | 97 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.58 |
| HSL | 106.67º | 0.04% | 0.4% | - |
| HSV(B) | 106.67º | 0.08% | 0.42% | - |
| XYZ | 12.46 | 13.82 | 13.32 | - |
| YUV | 102.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 106 | 97 | 0.07 | 0 | 0.08 | 0.58 | 106.67 | 0.04 | 0.4 |
| Hex | 63 | 6A | 61 | 7 | 0 | 8 | 3A | 6B | 4 | 28 |
| Octal | 143 | 152 | 141 | 7 | 0 | 10 | 72 | 153 | 4 | 50 |
| Binary | 1100011 | 1101010 | 1100001 | 111 | 0 | 1000 | 111010 | 1101011 | 100 | 101000 |
Color Harmonies of #636A61
Complementary color
Monochromatic Colors of #636A61
Black with #636A61
Text Example
Text Example
White with #636A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636A61; }
p { color: rgb(99,106,97); }
H1.HeaderClassName
{
color: #636A61;
}
.AnyTagClassName
{
color: #636A61;
}
</style>
background-color css
<style>
a { background-color: #636A61; }
a { background-color: rgb(99,106,97); }
div.DivClassName
{
background-color: #636A61;
}
.BgClassName
{
background-color: #636A61;
}
</style>
border-color css
<style>
span { border-color: #636A61; }
span { border-color: rgb(99,106,97); }
td.TdClassName
{
border-color: #636A61;
}
.TagClassName
{
border-color: #636A61;
}
</style>