Html Css Color HEX #616B5E Finlandia

📋 copy color: '#616B5E'

red 97 ◦ green 107 ◦ blue 94

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

Shades of Finlandia #616B5E

Tints of Finlandia #616B5E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.91%

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

R = 32.55%
G = 35.91%
B = 31.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#616B5E (or 0x616B5E) is known color: Finlandia. HEX triplet: 61, 6B and 5E. RGB value is (97,107,94). Sum of RGB (Red+Green+Blue) = 97+107+94=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 107 - color contains mainly: green. Hex color #616B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B5E is #9E94A1. Grayscale: #666666. Windows color (decimal): -10392738 or 6187873. OLE color: 6187873.

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

Color convert

RGB 97 107 94 -
CMYK 0.09 0 0.12 0.58
HSL 106.15º 0.06% 0.39% -
HSV(B) 106.15º 0.12% 0.42% -
XYZ 12.21 13.86 12.62 -
YUV 102.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 97 107 94 0.09 0 0.12 0.58 106.15 0.06 0.39
Hex 61 6B 5E 9 0 C 3A 6A 6 27
Octal 141 153 136 11 0 14 72 152 6 47
Binary 1100001 1101011 1011110 1001 0 1100 111010 1101010 110 100111

Color Harmonies of #616B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616B5E

Black with #616B5E

Text Example


Text Example

White with #616B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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