Shades of Finlandia #6A7966
Tints of Finlandia #6A7966
RGB
CMYK
RGB Variations
Color information
#6A7966 (or 0x6A7966) is known color: Finlandia. HEX triplet: 6A, 79 and 66. RGB value is (106,121,102). Sum of RGB (Red+Green+Blue) = 106+121+102=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 121 - color contains mainly: green. Hex color #6A7966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7966 is #958699. Grayscale: #727272. Windows color (decimal): -9799322 or 6715754. OLE color: 6715754.
HSL color Cylindrical-coordinate representation of color #6A7966: hue angle of 107.37º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6A7966 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 121 | 102 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.53 |
| HSL | 107.37º | 0.09% | 0.44% | - |
| HSV(B) | 107.37º | 0.16% | 0.47% | - |
| XYZ | 15.18 | 17.7 | 15.19 | - |
| YUV | 114.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 121 | 102 | 0.12 | 0 | 0.16 | 0.53 | 107.37 | 0.09 | 0.44 |
| Hex | 6A | 79 | 66 | C | 0 | 10 | 35 | 6B | 9 | 2C |
| Octal | 152 | 171 | 146 | 14 | 0 | 20 | 65 | 153 | 11 | 54 |
| Binary | 1101010 | 1111001 | 1100110 | 1100 | 0 | 10000 | 110101 | 1101011 | 1001 | 101100 |
Color Harmonies of #6A7966
Complementary color
Monochromatic Colors of #6A7966
Black with #6A7966
Text Example
Text Example
White with #6A7966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7966; }
p { color: rgb(106,121,102); }
H1.HeaderClassName
{
color: #6A7966;
}
.AnyTagClassName
{
color: #6A7966;
}
</style>
background-color css
<style>
a { background-color: #6A7966; }
a { background-color: rgb(106,121,102); }
div.DivClassName
{
background-color: #6A7966;
}
.BgClassName
{
background-color: #6A7966;
}
</style>
border-color css
<style>
span { border-color: #6A7966; }
span { border-color: rgb(106,121,102); }
td.TdClassName
{
border-color: #6A7966;
}
.TagClassName
{
border-color: #6A7966;
}
</style>