Shades of Finlandia #6C7669
Tints of Finlandia #6C7669
RGB
CMYK
RGB Variations
Color information
#6C7669 (or 0x6C7669) is known color: Finlandia. HEX triplet: 6C, 76 and 69. RGB value is (108,118,105). Sum of RGB (Red+Green+Blue) = 108+118+105=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 118 - color contains mainly: green. Hex color #6C7669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7669 is #938996. Grayscale: #717171. Windows color (decimal): -9669015 or 6911596. OLE color: 6911596.
HSL color Cylindrical-coordinate representation of color #6C7669: hue angle of 106.15º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6C7669 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 118 | 105 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.54 |
| HSL | 106.15º | 0.06% | 0.44% | - |
| HSV(B) | 106.15º | 0.11% | 0.46% | - |
| XYZ | 15.21 | 17.16 | 15.88 | - |
| YUV | 113.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 118 | 105 | 0.08 | 0 | 0.11 | 0.54 | 106.15 | 0.06 | 0.44 |
| Hex | 6C | 76 | 69 | 8 | 0 | B | 36 | 6A | 6 | 2C |
| Octal | 154 | 166 | 151 | 10 | 0 | 13 | 66 | 152 | 6 | 54 |
| Binary | 1101100 | 1110110 | 1101001 | 1000 | 0 | 1011 | 110110 | 1101010 | 110 | 101100 |
Color Harmonies of #6C7669
Complementary color
Monochromatic Colors of #6C7669
Black with #6C7669
Text Example
Text Example
White with #6C7669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7669; }
p { color: rgb(108,118,105); }
H1.HeaderClassName
{
color: #6C7669;
}
.AnyTagClassName
{
color: #6C7669;
}
</style>
background-color css
<style>
a { background-color: #6C7669; }
a { background-color: rgb(108,118,105); }
div.DivClassName
{
background-color: #6C7669;
}
.BgClassName
{
background-color: #6C7669;
}
</style>
border-color css
<style>
span { border-color: #6C7669; }
span { border-color: rgb(108,118,105); }
td.TdClassName
{
border-color: #6C7669;
}
.TagClassName
{
border-color: #6C7669;
}
</style>