#6B716A

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

Shades of Finlandia #6B716A

Tints of Finlandia #6B716A

Color information

#6B716A (or 0x6B716A) is unknown color: approx Finlandia. HEX triplet: 6B, 71 and 6A. RGB value is (107,113,106). Sum of RGB (Red+Green+Blue) = 107+113+106=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 113 - color contains mainly: green. Hex color #6B716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B716A is #948E95. Grayscale: #6E6E6E. Windows color (decimal): -9735830 or 6975851. OLE color: 6975851.

HSL color Cylindrical-coordinate representation of color #6B716A: hue angle of 111.43º 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 #6B716A is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB107113106-
CMYK0.0500.060.56
HSL111.43º3.2%42.94%-
HSV(B)111.43º6.19%44.31%-
XYZ14.5715.9815.95-
YUV110.41125.51125.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.82%
GREEN value IS 113 (44.53% from 255) = 34.66%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=32.82%
G=34.66%
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.56
SystemRedGreenBlueCMYKHSL
Decimal1071131060.0500.060.56111.433.242.94
Hex6B716A506386f32b
Octal15316115250670157353
Binary1101011111000111010101010110111000110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,113,106); }

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

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

 a { background-color: rgb(107,113,106); }

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

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

 span { border-color: rgb(107,113,106); }

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