#6A7267

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

Shades of Finlandia #6A7267

Tints of Finlandia #6A7267

Color information

#6A7267 (or 0x6A7267) is unknown color: approx Finlandia. HEX triplet: 6A, 72 and 67. RGB value is (106,114,103). Sum of RGB (Red+Green+Blue) = 106+114+103=323 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.82% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 114 - color contains mainly: green. Hex color #6A7267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7267 is #958D98. Grayscale: #6E6E6E. Windows color (decimal): -9801113 or 6779498. OLE color: 6779498.

HSL color Cylindrical-coordinate representation of color #6A7267: hue angle of 103.64º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6A7267 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB106114103-
CMYK0.0700.100.55
HSL103.64º5.07%42.55%-
HSV(B)103.64º9.65%44.71%-
XYZ14.4116.0815.18-
YUV110.35123.85124.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.82%
GREEN value IS 114 (44.92% from 255) = 35.29%
BLUE value IS 103 (40.62% from 255) = 31.89%
R=32.82%
G=35.29%
B=31.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1061141030.0700.100.55103.645.0742.55
Hex6A726770A376852b
Octal152162147701267150553
Binary110101011100101100111111010101101111101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A7267; }

 p { color: rgb(106,114,103); }

 H1.HeaderClassName
 {
   color: #6A7267;
 }
 .AnyTagClassName
 {
   color: #6A7267;
 }
</style>
background-color css

<style>
 a { background-color: #6A7267; }

 a { background-color: rgb(106,114,103); }

 div.DivClassName
 {
   background-color: #6A7267;
 }
 .BgClassName
 {
   background-color: #6A7267;
 }
</style>
border-color css

<style>
 span { border-color: #6A7267; }

 span { border-color: rgb(106,114,103); }

 td.TdClassName
 {
   border-color: #6A7267;
 }
 .TagClassName
 {
   border-color: #6A7267;
 }
</style>