Shades of Finlandia #6A7367
Tints of Finlandia #6A7367
RGB
CMYK
RGB Variations
Color information
#6A7367 (or 0x6A7367) is known color: Finlandia. HEX triplet: 6A, 73 and 67. RGB value is (106,115,103). Sum of RGB (Red+Green+Blue) = 106+115+103=324 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.72% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 115 - color contains mainly: green. Hex color #6A7367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7367 is #958C98. Grayscale: #6E6E6E. Windows color (decimal): -9800857 or 6779754. OLE color: 6779754.
HSL color Cylindrical-coordinate representation of color #6A7367: hue angle of 105º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6A7367 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 115 | 103 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.55 |
| HSL | 105º | 0.06% | 0.43% | - |
| HSV(B) | 105º | 0.1% | 0.45% | - |
| XYZ | 14.52 | 16.3 | 15.21 | - |
| YUV | 110.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 115 | 103 | 0.08 | 0 | 0.10 | 0.55 | 105 | 0.06 | 0.43 |
| Hex | 6A | 73 | 67 | 8 | 0 | A | 37 | 69 | 6 | 2B |
| Octal | 152 | 163 | 147 | 10 | 0 | 12 | 67 | 151 | 6 | 53 |
| Binary | 1101010 | 1110011 | 1100111 | 1000 | 0 | 1010 | 110111 | 1101001 | 110 | 101011 |
Color Harmonies of #6A7367
Complementary color
Monochromatic Colors of #6A7367
Black with #6A7367
Text Example
Text Example
White with #6A7367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7367; }
p { color: rgb(106,115,103); }
H1.HeaderClassName
{
color: #6A7367;
}
.AnyTagClassName
{
color: #6A7367;
}
</style>
background-color css
<style>
a { background-color: #6A7367; }
a { background-color: rgb(106,115,103); }
div.DivClassName
{
background-color: #6A7367;
}
.BgClassName
{
background-color: #6A7367;
}
</style>
border-color css
<style>
span { border-color: #6A7367; }
span { border-color: rgb(106,115,103); }
td.TdClassName
{
border-color: #6A7367;
}
.TagClassName
{
border-color: #6A7367;
}
</style>