Shades of Finlandia #6C746B
Tints of Finlandia #6C746B
RGB
CMYK
RGB Variations
Color information
#6C746B (or 0x6C746B) is known color: Finlandia. HEX triplet: 6C, 74 and 6B. RGB value is (108,116,107). Sum of RGB (Red+Green+Blue) = 108+116+107=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 116 - color contains mainly: green. Hex color #6C746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C746B is #938B94. Grayscale: #707070. Windows color (decimal): -9669525 or 7042156. OLE color: 7042156.
HSL color Cylindrical-coordinate representation of color #6C746B: hue angle of 113.33º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6C746B is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 116 | 107 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.55 |
| HSL | 113.33º | 0.04% | 0.44% | - |
| HSV(B) | 113.33º | 0.08% | 0.45% | - |
| XYZ | 15.08 | 16.74 | 16.35 | - |
| YUV | 112.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 116 | 107 | 0.07 | 0 | 0.08 | 0.55 | 113.33 | 0.04 | 0.44 |
| Hex | 6C | 74 | 6B | 7 | 0 | 8 | 37 | 71 | 4 | 2C |
| Octal | 154 | 164 | 153 | 7 | 0 | 10 | 67 | 161 | 4 | 54 |
| Binary | 1101100 | 1110100 | 1101011 | 111 | 0 | 1000 | 110111 | 1110001 | 100 | 101100 |
Color Harmonies of #6C746B
Complementary color
Monochromatic Colors of #6C746B
Black with #6C746B
Text Example
Text Example
White with #6C746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C746B; }
p { color: rgb(108,116,107); }
H1.HeaderClassName
{
color: #6C746B;
}
.AnyTagClassName
{
color: #6C746B;
}
</style>
background-color css
<style>
a { background-color: #6C746B; }
a { background-color: rgb(108,116,107); }
div.DivClassName
{
background-color: #6C746B;
}
.BgClassName
{
background-color: #6C746B;
}
</style>
border-color css
<style>
span { border-color: #6C746B; }
span { border-color: rgb(108,116,107); }
td.TdClassName
{
border-color: #6C746B;
}
.TagClassName
{
border-color: #6C746B;
}
</style>