Shades of Finlandia #6A716A
Tints of Finlandia #6A716A
RGB
CMYK
RGB Variations
Color information
#6A716A (or 0x6A716A) is known color: Finlandia. HEX triplet: 6A, 71 and 6A. RGB value is (106,113,106). Sum of RGB (Red+Green+Blue) = 106+113+106=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 113 - color contains mainly: green. Hex color #6A716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A716A is #958E95. Grayscale: #6E6E6E. Windows color (decimal): -9801366 or 6975850. OLE color: 6975850.
HSL color Cylindrical-coordinate representation of color #6A716A: hue angle of 120º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6A716A is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 113 | 106 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.56 |
| HSL | 120º | 0.03% | 0.43% | - |
| HSV(B) | 120º | 0.06% | 0.44% | - |
| XYZ | 14.45 | 15.92 | 15.95 | - |
| YUV | 110.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 113 | 106 | 0.06 | 0 | 0.06 | 0.56 | 120 | 0.03 | 0.43 |
| Hex | 6A | 71 | 6A | 6 | 0 | 6 | 38 | 78 | 3 | 2B |
| Octal | 152 | 161 | 152 | 6 | 0 | 6 | 70 | 170 | 3 | 53 |
| Binary | 1101010 | 1110001 | 1101010 | 110 | 0 | 110 | 111000 | 1111000 | 11 | 101011 |
Color Harmonies of #6A716A
Complementary color
Monochromatic Colors of #6A716A
Black with #6A716A
Text Example
Text Example
White with #6A716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A716A; }
p { color: rgb(106,113,106); }
H1.HeaderClassName
{
color: #6A716A;
}
.AnyTagClassName
{
color: #6A716A;
}
</style>
background-color css
<style>
a { background-color: #6A716A; }
a { background-color: rgb(106,113,106); }
div.DivClassName
{
background-color: #6A716A;
}
.BgClassName
{
background-color: #6A716A;
}
</style>
border-color css
<style>
span { border-color: #6A716A; }
span { border-color: rgb(106,113,106); }
td.TdClassName
{
border-color: #6A716A;
}
.TagClassName
{
border-color: #6A716A;
}
</style>