Html Css Color HEX #626D5E Finlandia

📋 copy color: '#626D5E'

red 98 ◦ green 109 ◦ blue 94

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

Shades of Finlandia #626D5E

Tints of Finlandia #626D5E

RGB

 RED value IS 98 (38.67% from 255) = 32.56%

 GREEN value IS 109 (42.97% from 255) = 36.21%

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

R = 32.56%
G = 36.21%
B = 31.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#626D5E (or 0x626D5E) is known color: Finlandia. HEX triplet: 62, 6D and 5E. RGB value is (98,109,94). Sum of RGB (Red+Green+Blue) = 98+109+94=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 109 - color contains mainly: green. Hex color #626D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626D5E is #9D92A1. Grayscale: #686868. Windows color (decimal): -10326690 or 6188386. OLE color: 6188386.

HSL color Cylindrical-coordinate representation of color #626D5E: hue angle of 104º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #626D5E is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 98 109 94 -
CMYK 0.10 0 0.14 0.57
HSL 104º 0.07% 0.4% -
HSV(B) 104º 0.14% 0.43% -
XYZ 12.53 14.34 12.7 -
YUV 104 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 98 109 94 0.10 0 0.14 0.57 104 0.07 0.4
Hex 62 6D 5E A 0 E 39 68 7 28
Octal 142 155 136 12 0 16 71 150 7 50
Binary 1100010 1101101 1011110 1010 0 1110 111001 1101000 111 101000

Color Harmonies of #626D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626D5E

Black with #626D5E

Text Example


Text Example

White with #626D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626D5E; }

 p { color: rgb(98,109,94); }

 H1.HeaderClassName
 {
   color: #626D5E;
 }
 .AnyTagClassName
 {
   color: #626D5E;
 }
</style>

background-color css

<style>
 a { background-color: #626D5E; }

 a { background-color: rgb(98,109,94); }

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

border-color css

<style>
 span { border-color: #626D5E; }

 span { border-color: rgb(98,109,94); }

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