Shades of Finlandia #656D63
Tints of Finlandia #656D63
RGB
CMYK
RGB Variations
Color information
#656D63 (or 0x656D63) is known color: Finlandia. HEX triplet: 65, 6D and 63. RGB value is (101,109,99). Sum of RGB (Red+Green+Blue) = 101+109+99=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 109 - color contains mainly: green. Hex color #656D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D63 is #9A929C. Grayscale: #696969. Windows color (decimal): -10130077 or 6516069. OLE color: 6516069.
HSL color Cylindrical-coordinate representation of color #656D63: hue angle of 108º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #656D63 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 109 | 99 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.57 |
| HSL | 108º | 0.05% | 0.41% | - |
| HSV(B) | 108º | 0.09% | 0.43% | - |
| XYZ | 13.09 | 14.6 | 13.93 | - |
| YUV | 105.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 99 | 0.07 | 0 | 0.09 | 0.57 | 108 | 0.05 | 0.41 |
| Hex | 65 | 6D | 63 | 7 | 0 | 9 | 39 | 6C | 5 | 29 |
| Octal | 145 | 155 | 143 | 7 | 0 | 11 | 71 | 154 | 5 | 51 |
| Binary | 1100101 | 1101101 | 1100011 | 111 | 0 | 1001 | 111001 | 1101100 | 101 | 101001 |
Color Harmonies of #656D63
Complementary color
Monochromatic Colors of #656D63
Black with #656D63
Text Example
Text Example
White with #656D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656D63; }
p { color: rgb(101,109,99); }
H1.HeaderClassName
{
color: #656D63;
}
.AnyTagClassName
{
color: #656D63;
}
</style>
background-color css
<style>
a { background-color: #656D63; }
a { background-color: rgb(101,109,99); }
div.DivClassName
{
background-color: #656D63;
}
.BgClassName
{
background-color: #656D63;
}
</style>
border-color css
<style>
span { border-color: #656D63; }
span { border-color: rgb(101,109,99); }
td.TdClassName
{
border-color: #656D63;
}
.TagClassName
{
border-color: #656D63;
}
</style>