Shades of Finlandia #667663
Tints of Finlandia #667663
RGB
CMYK
RGB Variations
Color information
#667663 (or 0x667663) is known color: Finlandia. HEX triplet: 66, 76 and 63. RGB value is (102,118,99). Sum of RGB (Red+Green+Blue) = 102+118+99=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 118 - color contains mainly: green. Hex color #667663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667663 is #99899C. Grayscale: #6F6F6F. Windows color (decimal): -10062237 or 6518374. OLE color: 6518374.
HSL color Cylindrical-coordinate representation of color #667663: hue angle of 110.53º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #667663 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 118 | 99 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.54 |
| HSL | 110.53º | 0.09% | 0.43% | - |
| HSV(B) | 110.53º | 0.16% | 0.46% | - |
| XYZ | 14.21 | 16.68 | 14.28 | - |
| YUV | 111.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 118 | 99 | 0.14 | 0 | 0.16 | 0.54 | 110.53 | 0.09 | 0.43 |
| Hex | 66 | 76 | 63 | E | 0 | 10 | 36 | 6F | 9 | 2B |
| Octal | 146 | 166 | 143 | 16 | 0 | 20 | 66 | 157 | 11 | 53 |
| Binary | 1100110 | 1110110 | 1100011 | 1110 | 0 | 10000 | 110110 | 1101111 | 1001 | 101011 |
Color Harmonies of #667663
Complementary color
Monochromatic Colors of #667663
Black with #667663
Text Example
Text Example
White with #667663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667663; }
p { color: rgb(102,118,99); }
H1.HeaderClassName
{
color: #667663;
}
.AnyTagClassName
{
color: #667663;
}
</style>
background-color css
<style>
a { background-color: #667663; }
a { background-color: rgb(102,118,99); }
div.DivClassName
{
background-color: #667663;
}
.BgClassName
{
background-color: #667663;
}
</style>
border-color css
<style>
span { border-color: #667663; }
span { border-color: rgb(102,118,99); }
td.TdClassName
{
border-color: #667663;
}
.TagClassName
{
border-color: #667663;
}
</style>