Shades of Finlandia #656665
Tints of Finlandia #656665
RGB
CMYK
RGB Variations
Color information
#656665 (or 0x656665) is known color: Finlandia. HEX triplet: 65, 66 and 65. RGB value is (101,102,101). Sum of RGB (Red+Green+Blue) = 101+102+101=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 102 - color contains mainly: green. Hex color #656665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656665 is #9A999A. Grayscale: #656565. Windows color (decimal): -10131867 or 6645349. OLE color: 6645349.
HSL color Cylindrical-coordinate representation of color #656665: hue angle of 120º degrees, saturation: 0, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #656665 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 101 | 102 | 101 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.6 |
| HSL | 120º | 0% | 0.4% | - |
| HSV(B) | 120º | 0.01% | 0.4% | - |
| XYZ | 12.47 | 13.21 | 14.2 | - |
| YUV | 101.59 | 127.67 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 102 | 101 | 0.01 | 0 | 0.01 | 0.6 | 120 | 0 | 0.4 |
| Hex | 65 | 66 | 65 | 1 | 0 | 1 | 3C | 78 | 0 | 28 |
| Octal | 145 | 146 | 145 | 1 | 0 | 1 | 74 | 170 | 0 | 50 |
| Binary | 1100101 | 1100110 | 1100101 | 1 | 0 | 1 | 111100 | 1111000 | 0 | 101000 |
Color Harmonies of #656665
Complementary color
Monochromatic Colors of #656665
Black with #656665
Text Example
Text Example
White with #656665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656665; }
p { color: rgb(101,102,101); }
H1.HeaderClassName
{
color: #656665;
}
.AnyTagClassName
{
color: #656665;
}
</style>
background-color css
<style>
a { background-color: #656665; }
a { background-color: rgb(101,102,101); }
div.DivClassName
{
background-color: #656665;
}
.BgClassName
{
background-color: #656665;
}
</style>
border-color css
<style>
span { border-color: #656665; }
span { border-color: rgb(101,102,101); }
td.TdClassName
{
border-color: #656665;
}
.TagClassName
{
border-color: #656665;
}
</style>