Html Css Color HEX #656A65 Finlandia

📋 copy color: '#656A65'

red 101 ◦ green 106 ◦ blue 101

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

Shades of Finlandia #656A65

Tints of Finlandia #656A65

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.42%

 BLUE value IS 101 (39.84% from 255) = 32.79%

R = 32.79%
G = 34.42%
B = 32.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#656A65 (or 0x656A65) is known color: Finlandia. HEX triplet: 65, 6A and 65. RGB value is (101,106,101). Sum of RGB (Red+Green+Blue) = 101+106+101=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 106 - color contains mainly: green. Hex color #656A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656A65 is #9A959A. Grayscale: #676767. Windows color (decimal): -10130843 or 6646373. OLE color: 6646373.

HSL color Cylindrical-coordinate representation of color #656A65: hue angle of 120º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #656A65 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB 101 106 101 -
CMYK 0.05 0 0.05 0.58
HSL 120º 0.02% 0.41% -
HSV(B) 120º 0.05% 0.42% -
XYZ 12.87 14.01 14.34 -
YUV 103.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 101 106 101 0.05 0 0.05 0.58 120 0.02 0.41
Hex 65 6A 65 5 0 5 3A 78 2 29
Octal 145 152 145 5 0 5 72 170 2 51
Binary 1100101 1101010 1100101 101 0 101 111010 1111000 10 101001

Color Harmonies of #656A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656A65

Black with #656A65

Text Example


Text Example

White with #656A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,106,101); }

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

background-color css

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

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

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

border-color css

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

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

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