Html Css Color HEX #616A5E Finlandia

📋 copy color: '#616A5E'

red 97 ◦ green 106 ◦ blue 94

#616A5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finlandia #616A5E

Tints of Finlandia #616A5E

RGB

 RED value IS 97 (38.28% from 255) = 32.66%

 GREEN value IS 106 (41.8% from 255) = 35.69%

 BLUE value IS 94 (37.11% from 255) = 31.65%

R = 32.66%
G = 35.69%
B = 31.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#616A5E (or 0x616A5E) is known color: Finlandia. HEX triplet: 61, 6A and 5E. RGB value is (97,106,94). Sum of RGB (Red+Green+Blue) = 97+106+94=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 106 - color contains mainly: green. Hex color #616A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616A5E is #9E95A1. Grayscale: #656565. Windows color (decimal): -10392994 or 6187617. OLE color: 6187617.

HSL color Cylindrical-coordinate representation of color #616A5E: hue angle of 105º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #616A5E is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 106 94 -
CMYK 0.08 0 0.11 0.58
HSL 105º 0.06% 0.39% -
HSV(B) 105º 0.11% 0.42% -
XYZ 12.1 13.66 12.59 -
YUV 101.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 97 106 94 0.08 0 0.11 0.58 105 0.06 0.39
Hex 61 6A 5E 8 0 B 3A 69 6 27
Octal 141 152 136 10 0 13 72 151 6 47
Binary 1100001 1101010 1011110 1000 0 1011 111010 1101001 110 100111

Color Harmonies of #616A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616A5E

Black with #616A5E

Text Example


Text Example

White with #616A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616A5E; }

 p { color: rgb(97,106,94); }

 H1.HeaderClassName
 {
   color: #616A5E;
 }
 .AnyTagClassName
 {
   color: #616A5E;
 }
</style>

background-color css

<style>
 a { background-color: #616A5E; }

 a { background-color: rgb(97,106,94); }

 div.DivClassName
 {
   background-color: #616A5E;
 }
 .BgClassName
 {
   background-color: #616A5E;
 }
</style>

border-color css

<style>
 span { border-color: #616A5E; }

 span { border-color: rgb(97,106,94); }

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