Shades of Finlandia #666C66
Tints of Finlandia #666C66
RGB
CMYK
RGB Variations
Color information
#666C66 (or 0x666C66) is known color: Finlandia. HEX triplet: 66, 6C and 66. RGB value is (102,108,102). Sum of RGB (Red+Green+Blue) = 102+108+102=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 108 - color contains mainly: green. Hex color #666C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666C66 is #999399. Grayscale: #696969. Windows color (decimal): -10064794 or 6712422. OLE color: 6712422.
HSL color Cylindrical-coordinate representation of color #666C66: hue angle of 120º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #666C66 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
RGB | 102 | 108 | 102 | - |
CMYK | 0.06 | 0 | 0.06 | 0.58 |
HSL | 120º | 0.03% | 0.41% | - |
HSV(B) | 120º | 0.06% | 0.42% | - |
XYZ | 13.24 | 14.51 | 14.67 | - |
YUV | 105.52 | 126.01 | 125.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 102 | 108 | 102 | 0.06 | 0 | 0.06 | 0.58 | 120 | 0.03 | 0.41 |
Hex | 66 | 6C | 66 | 6 | 0 | 6 | 3A | 78 | 3 | 29 |
Octal | 146 | 154 | 146 | 6 | 0 | 6 | 72 | 170 | 3 | 51 |
Binary | 1100110 | 1101100 | 1100110 | 110 | 0 | 110 | 111010 | 1111000 | 11 | 101001 |
Color Harmonies of #666C66
Complementary color
Monochromatic Colors of #666C66
Black with #666C66
Text Example
Text Example
White with #666C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666C66; }
p { color: rgb(102,108,102); }
H1.HeaderClassName
{
color: #666C66;
}
.AnyTagClassName
{
color: #666C66;
}
</style>
background-color css
<style>
a { background-color: #666C66; }
a { background-color: rgb(102,108,102); }
div.DivClassName
{
background-color: #666C66;
}
.BgClassName
{
background-color: #666C66;
}
</style>
border-color css
<style>
span { border-color: #666C66; }
span { border-color: rgb(102,108,102); }
td.TdClassName
{
border-color: #666C66;
}
.TagClassName
{
border-color: #666C66;
}
</style>