Shades of Finlandia #6B766A
Tints of Finlandia #6B766A
RGB
CMYK
RGB Variations
Color information
#6B766A (or 0x6B766A) is known color: Finlandia. HEX triplet: 6B, 76 and 6A. RGB value is (107,118,106). Sum of RGB (Red+Green+Blue) = 107+118+106=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 118 - color contains mainly: green. Hex color #6B766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B766A is #948995. Grayscale: #717171. Windows color (decimal): -9734550 or 6977131. OLE color: 6977131.
HSL color Cylindrical-coordinate representation of color #6B766A: hue angle of 115º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B766A is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 118 | 106 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.54 |
| HSL | 115º | 0.05% | 0.44% | - |
| HSV(B) | 115º | 0.1% | 0.46% | - |
| XYZ | 15.14 | 17.12 | 16.14 | - |
| YUV | 113.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 106 | 0.09 | 0 | 0.10 | 0.54 | 115 | 0.05 | 0.44 |
| Hex | 6B | 76 | 6A | 9 | 0 | A | 36 | 73 | 5 | 2C |
| Octal | 153 | 166 | 152 | 11 | 0 | 12 | 66 | 163 | 5 | 54 |
| Binary | 1101011 | 1110110 | 1101010 | 1001 | 0 | 1010 | 110110 | 1110011 | 101 | 101100 |
Color Harmonies of #6B766A
Complementary color
Monochromatic Colors of #6B766A
Black with #6B766A
Text Example
Text Example
White with #6B766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B766A; }
p { color: rgb(107,118,106); }
H1.HeaderClassName
{
color: #6B766A;
}
.AnyTagClassName
{
color: #6B766A;
}
</style>
background-color css
<style>
a { background-color: #6B766A; }
a { background-color: rgb(107,118,106); }
div.DivClassName
{
background-color: #6B766A;
}
.BgClassName
{
background-color: #6B766A;
}
</style>
border-color css
<style>
span { border-color: #6B766A; }
span { border-color: rgb(107,118,106); }
td.TdClassName
{
border-color: #6B766A;
}
.TagClassName
{
border-color: #6B766A;
}
</style>