Shades of Finlandia #6C726B
Tints of Finlandia #6C726B
RGB
CMYK
RGB Variations
Color information
#6C726B (or 0x6C726B) is known color: Finlandia. HEX triplet: 6C, 72 and 6B. RGB value is (108,114,107). Sum of RGB (Red+Green+Blue) = 108+114+107=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 114 - color contains mainly: green. Hex color #6C726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C726B is #938D94. Grayscale: #6F6F6F. Windows color (decimal): -9670037 or 7041644. OLE color: 7041644.
HSL color Cylindrical-coordinate representation of color #6C726B: hue angle of 111.43º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6C726B is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 114 | 107 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.55 |
| HSL | 111.43º | 0.03% | 0.43% | - |
| HSV(B) | 111.43º | 0.06% | 0.45% | - |
| XYZ | 14.86 | 16.28 | 16.27 | - |
| YUV | 111.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 114 | 107 | 0.05 | 0 | 0.06 | 0.55 | 111.43 | 0.03 | 0.43 |
| Hex | 6C | 72 | 6B | 5 | 0 | 6 | 37 | 6F | 3 | 2B |
| Octal | 154 | 162 | 153 | 5 | 0 | 6 | 67 | 157 | 3 | 53 |
| Binary | 1101100 | 1110010 | 1101011 | 101 | 0 | 110 | 110111 | 1101111 | 11 | 101011 |
Color Harmonies of #6C726B
Complementary color
Monochromatic Colors of #6C726B
Black with #6C726B
Text Example
Text Example
White with #6C726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C726B; }
p { color: rgb(108,114,107); }
H1.HeaderClassName
{
color: #6C726B;
}
.AnyTagClassName
{
color: #6C726B;
}
</style>
background-color css
<style>
a { background-color: #6C726B; }
a { background-color: rgb(108,114,107); }
div.DivClassName
{
background-color: #6C726B;
}
.BgClassName
{
background-color: #6C726B;
}
</style>
border-color css
<style>
span { border-color: #6C726B; }
span { border-color: rgb(108,114,107); }
td.TdClassName
{
border-color: #6C726B;
}
.TagClassName
{
border-color: #6C726B;
}
</style>