Html Css Color HEX #656F61 Finlandia

📋 copy color: '#656F61'

red 101 ◦ green 111 ◦ blue 97

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

Shades of Finlandia #656F61

Tints of Finlandia #656F61

RGB

 RED value IS 101 (39.84% from 255) = 32.69%

 GREEN value IS 111 (43.75% from 255) = 35.92%

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

R = 32.69%
G = 35.92%
B = 31.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#656F61 (or 0x656F61) is known color: Finlandia. HEX triplet: 65, 6F and 61. RGB value is (101,111,97). Sum of RGB (Red+Green+Blue) = 101+111+97=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 111 - color contains mainly: green. Hex color #656F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F61 is #9A909E. Grayscale: #6A6A6A. Windows color (decimal): -10129567 or 6385509. OLE color: 6385509.

HSL color Cylindrical-coordinate representation of color #656F61: hue angle of 102.86º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #656F61 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 111 97 -
CMYK 0.09 0 0.13 0.56
HSL 102.86º 0.07% 0.41% -
HSV(B) 102.86º 0.13% 0.44% -
XYZ 13.21 15 13.51 -
YUV 106.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 101 111 97 0.09 0 0.13 0.56 102.86 0.07 0.41
Hex 65 6F 61 9 0 D 38 67 7 29
Octal 145 157 141 11 0 15 70 147 7 51
Binary 1100101 1101111 1100001 1001 0 1101 111000 1100111 111 101001

Color Harmonies of #656F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656F61

Black with #656F61

Text Example


Text Example

White with #656F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656F61; }

 p { color: rgb(101,111,97); }

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

background-color css

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

 a { background-color: rgb(101,111,97); }

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

border-color css

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

 span { border-color: rgb(101,111,97); }

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