Shades of Finlandia #6B746A
Tints of Finlandia #6B746A
RGB
CMYK
RGB Variations
Color information
#6B746A (or 0x6B746A) is known color: Finlandia. HEX triplet: 6B, 74 and 6A. RGB value is (107,116,106). Sum of RGB (Red+Green+Blue) = 107+116+106=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 116 - color contains mainly: green. Hex color #6B746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B746A is #948B95. Grayscale: #707070. Windows color (decimal): -9735062 or 6976619. OLE color: 6976619.
HSL color Cylindrical-coordinate representation of color #6B746A: hue angle of 114º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6B746A is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 116 | 106 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.55 |
| HSL | 114º | 0.05% | 0.44% | - |
| HSV(B) | 114º | 0.09% | 0.45% | - |
| XYZ | 14.91 | 16.66 | 16.06 | - |
| YUV | 112.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 116 | 106 | 0.08 | 0 | 0.09 | 0.55 | 114 | 0.05 | 0.44 |
| Hex | 6B | 74 | 6A | 8 | 0 | 9 | 37 | 72 | 5 | 2C |
| Octal | 153 | 164 | 152 | 10 | 0 | 11 | 67 | 162 | 5 | 54 |
| Binary | 1101011 | 1110100 | 1101010 | 1000 | 0 | 1001 | 110111 | 1110010 | 101 | 101100 |
Color Harmonies of #6B746A
Complementary color
Monochromatic Colors of #6B746A
Black with #6B746A
Text Example
Text Example
White with #6B746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B746A; }
p { color: rgb(107,116,106); }
H1.HeaderClassName
{
color: #6B746A;
}
.AnyTagClassName
{
color: #6B746A;
}
</style>
background-color css
<style>
a { background-color: #6B746A; }
a { background-color: rgb(107,116,106); }
div.DivClassName
{
background-color: #6B746A;
}
.BgClassName
{
background-color: #6B746A;
}
</style>
border-color css
<style>
span { border-color: #6B746A; }
span { border-color: rgb(107,116,106); }
td.TdClassName
{
border-color: #6B746A;
}
.TagClassName
{
border-color: #6B746A;
}
</style>