Shades of Finlandia #6C7969
Tints of Finlandia #6C7969
RGB
CMYK
RGB Variations
Color information
#6C7969 (or 0x6C7969) is known color: Finlandia. HEX triplet: 6C, 79 and 69. RGB value is (108,121,105). Sum of RGB (Red+Green+Blue) = 108+121+105=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 121 - color contains mainly: green. Hex color #6C7969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7969 is #938696. Grayscale: #737373. Windows color (decimal): -9668247 or 6912364. OLE color: 6912364.
HSL color Cylindrical-coordinate representation of color #6C7969: hue angle of 108.75º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6C7969 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 121 | 105 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.53 |
| HSL | 108.75º | 0.07% | 0.44% | - |
| HSV(B) | 108.75º | 0.13% | 0.47% | - |
| XYZ | 15.57 | 17.88 | 16 | - |
| YUV | 115.29 | 122.19 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 121 | 105 | 0.11 | 0 | 0.13 | 0.53 | 108.75 | 0.07 | 0.44 |
| Hex | 6C | 79 | 69 | B | 0 | D | 35 | 6D | 7 | 2C |
| Octal | 154 | 171 | 151 | 13 | 0 | 15 | 65 | 155 | 7 | 54 |
| Binary | 1101100 | 1111001 | 1101001 | 1011 | 0 | 1101 | 110101 | 1101101 | 111 | 101100 |
Color Harmonies of #6C7969
Complementary color
Monochromatic Colors of #6C7969
Black with #6C7969
Text Example
Text Example
White with #6C7969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7969; }
p { color: rgb(108,121,105); }
H1.HeaderClassName
{
color: #6C7969;
}
.AnyTagClassName
{
color: #6C7969;
}
</style>
background-color css
<style>
a { background-color: #6C7969; }
a { background-color: rgb(108,121,105); }
div.DivClassName
{
background-color: #6C7969;
}
.BgClassName
{
background-color: #6C7969;
}
</style>
border-color css
<style>
span { border-color: #6C7969; }
span { border-color: rgb(108,121,105); }
td.TdClassName
{
border-color: #6C7969;
}
.TagClassName
{
border-color: #6C7969;
}
</style>