Html Css Color HEX #626961 Finlandia

📋 copy color: '#626961'

red 98 ◦ green 105 ◦ blue 97

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

Shades of Finlandia #626961

Tints of Finlandia #626961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35%

 BLUE value IS 97 (38.28% from 255) = 32.33%

R = 32.67%
G = 35%
B = 32.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#626961 (or 0x626961) is known color: Finlandia. HEX triplet: 62, 69 and 61. RGB value is (98,105,97). Sum of RGB (Red+Green+Blue) = 98+105+97=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 105 - color contains mainly: green. Hex color #626961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626961 is #9D969E. Grayscale: #666666. Windows color (decimal): -10327711 or 6383970. OLE color: 6383970.

HSL color Cylindrical-coordinate representation of color #626961: hue angle of 112.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #626961 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 98 105 97 -
CMYK 0.07 0 0.08 0.59
HSL 112.5º 0.04% 0.4% -
HSV(B) 112.5º 0.08% 0.41% -
XYZ 12.25 13.56 13.28 -
YUV 102 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 98 105 97 0.07 0 0.08 0.59 112.5 0.04 0.4
Hex 62 69 61 7 0 8 3B 70 4 28
Octal 142 151 141 7 0 10 73 160 4 50
Binary 1100010 1101001 1100001 111 0 1000 111011 1110000 100 101000

Color Harmonies of #626961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626961

Black with #626961

Text Example


Text Example

White with #626961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626961; }

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

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

background-color css

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

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

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

border-color css

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

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

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