Html Css Color HEX #616960 Finlandia

📋 copy color: '#616960'

red 97 ◦ green 105 ◦ blue 96

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

Shades of Finlandia #616960

Tints of Finlandia #616960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.21%

R = 32.55%
G = 35.23%
B = 32.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#616960 (or 0x616960) is known color: Finlandia. HEX triplet: 61, 69 and 60. RGB value is (97,105,96). Sum of RGB (Red+Green+Blue) = 97+105+96=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 105 - color contains mainly: green. Hex color #616960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616960 is #9E969F. Grayscale: #656565. Windows color (decimal): -10393248 or 6318433. OLE color: 6318433.

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

Color convert

RGB 97 105 96 -
CMYK 0.08 0 0.09 0.59
HSL 113.33º 0.04% 0.39% -
HSV(B) 113.33º 0.09% 0.41% -
XYZ 12.09 13.49 13.03 -
YUV 101.58 124.85 124.73 -
System Red Green Blue C M Y K H S L
Decimal 97 105 96 0.08 0 0.09 0.59 113.33 0.04 0.39
Hex 61 69 60 8 0 9 3B 71 4 27
Octal 141 151 140 10 0 11 73 161 4 47
Binary 1100001 1101001 1100000 1000 0 1001 111011 1110001 100 100111

Color Harmonies of #616960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616960

Black with #616960

Text Example


Text Example

White with #616960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616960; }

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

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

background-color css

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

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

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

border-color css

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

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

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