Shades of Finlandia #6B7C66
Tints of Finlandia #6B7C66
RGB
CMYK
RGB Variations
Color information
#6B7C66 (or 0x6B7C66) is known color: Finlandia. HEX triplet: 6B, 7C and 66. RGB value is (107,124,102). Sum of RGB (Red+Green+Blue) = 107+124+102=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 124 - color contains mainly: green. Hex color #6B7C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7C66 is #948399. Grayscale: #747474. Windows color (decimal): -9733018 or 6716523. OLE color: 6716523.
HSL color Cylindrical-coordinate representation of color #6B7C66: hue angle of 106.36º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B7C66 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 124 | 102 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.51 |
| HSL | 106.36º | 0.1% | 0.44% | - |
| HSV(B) | 106.36º | 0.18% | 0.49% | - |
| XYZ | 15.67 | 18.5 | 15.32 | - |
| YUV | 116.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 124 | 102 | 0.14 | 0 | 0.18 | 0.51 | 106.36 | 0.1 | 0.44 |
| Hex | 6B | 7C | 66 | E | 0 | 12 | 33 | 6A | A | 2C |
| Octal | 153 | 174 | 146 | 16 | 0 | 22 | 63 | 152 | 12 | 54 |
| Binary | 1101011 | 1111100 | 1100110 | 1110 | 0 | 10010 | 110011 | 1101010 | 1010 | 101100 |
Color Harmonies of #6B7C66
Complementary color
Monochromatic Colors of #6B7C66
Black with #6B7C66
Text Example
Text Example
White with #6B7C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7C66; }
p { color: rgb(107,124,102); }
H1.HeaderClassName
{
color: #6B7C66;
}
.AnyTagClassName
{
color: #6B7C66;
}
</style>
background-color css
<style>
a { background-color: #6B7C66; }
a { background-color: rgb(107,124,102); }
div.DivClassName
{
background-color: #6B7C66;
}
.BgClassName
{
background-color: #6B7C66;
}
</style>
border-color css
<style>
span { border-color: #6B7C66; }
span { border-color: rgb(107,124,102); }
td.TdClassName
{
border-color: #6B7C66;
}
.TagClassName
{
border-color: #6B7C66;
}
</style>