Html Css Color HEX #616E62 Finlandia

📋 copy color: '#616E62'

red 97 ◦ green 110 ◦ blue 98

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

Shades of Finlandia #616E62

Tints of Finlandia #616E62

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.07%

 BLUE value IS 98 (38.67% from 255) = 32.13%

R = 31.8%
G = 36.07%
B = 32.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#616E62 (or 0x616E62) is known color: Finlandia. HEX triplet: 61, 6E and 62. RGB value is (97,110,98). Sum of RGB (Red+Green+Blue) = 97+110+98=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 110 - color contains mainly: green. Hex color #616E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E62 is #9E919D. Grayscale: #686868. Windows color (decimal): -10391966 or 6450785. OLE color: 6450785.

HSL color Cylindrical-coordinate representation of color #616E62: hue angle of 124.62º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #616E62 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB 97 110 98 -
CMYK 0.12 0 0.11 0.57
HSL 124.62º 0.06% 0.41% -
HSV(B) 124.62º 0.12% 0.43% -
XYZ 12.71 14.58 13.7 -
YUV 104.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 97 110 98 0.12 0 0.11 0.57 124.62 0.06 0.41
Hex 61 6E 62 C 0 B 39 7D 6 29
Octal 141 156 142 14 0 13 71 175 6 51
Binary 1100001 1101110 1100010 1100 0 1011 111001 1111101 110 101001

Color Harmonies of #616E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616E62

Black with #616E62

Text Example


Text Example

White with #616E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,110,98); }

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

background-color css

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

 a { background-color: rgb(97,110,98); }

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

border-color css

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

 span { border-color: rgb(97,110,98); }

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