Html Css Color HEX #656D65 Finlandia

📋 copy color: '#656D65'

red 101 ◦ green 109 ◦ blue 101

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

Shades of Finlandia #656D65

Tints of Finlandia #656D65

RGB

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

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

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

R = 32.48%
G = 35.05%
B = 32.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#656D65 (or 0x656D65) is known color: Finlandia. HEX triplet: 65, 6D and 65. RGB value is (101,109,101). Sum of RGB (Red+Green+Blue) = 101+109+101=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 109 - color contains mainly: green. Hex color #656D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D65 is #9A929A. Grayscale: #696969. Windows color (decimal): -10130075 or 6647141. OLE color: 6647141.

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

Color convert

RGB 101 109 101 -
CMYK 0.07 0 0.07 0.57
HSL 120º 0.04% 0.41% -
HSV(B) 120º 0.07% 0.43% -
XYZ 13.18 14.64 14.44 -
YUV 105.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 101 109 101 0.07 0 0.07 0.57 120 0.04 0.41
Hex 65 6D 65 7 0 7 39 78 4 29
Octal 145 155 145 7 0 7 71 170 4 51
Binary 1100101 1101101 1100101 111 0 111 111001 1111000 100 101001

Color Harmonies of #656D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656D65

Black with #656D65

Text Example


Text Example

White with #656D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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