#6A716A

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

Shades of Finlandia #6A716A

Tints of Finlandia #6A716A

Color information

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

RGB106113106-
CMYK0.0600.060.56
HSL120º3.2%42.94%-
HSV(B)120º6.19%44.31%-
XYZ14.4515.9215.95-
YUV110.11125.68125.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.62%
GREEN value IS 113 (44.53% from 255) = 34.77%
BLUE value IS 106 (41.80% from 255) = 32.62%
R=32.62%
G=34.77%
B=32.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1061131060.0600.060.561203.242.94
Hex6A716A606387832b
Octal15216115260670170353
Binary1101010111000111010101100110111000111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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