#6C726B

Color #6C726B Finlandia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finlandia #6C726B

Tints of Finlandia #6C726B

Color information

#6C726B (or 0x6C726B) is unknown color: approx 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

RGB108114107-
CMYK0.0500.060.55
HSL111.43º3.17%43.33%-
HSV(B)111.43º6.14%44.71%-
XYZ14.8616.2816.27-
YUV111.41125.51125.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 32.83%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 107 (42.19% from 255) = 32.52%
R=32.83%
G=34.65%
B=32.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1081141070.0500.060.55111.433.1743.33
Hex6C726B506376f32b
Octal15416215350667157353
Binary1101100111001011010111010110110111110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>