Html Css Color HEX #657061 Finlandia

📋 copy color: '#657061'

red 101 ◦ green 112 ◦ blue 97

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

Shades of Finlandia #657061

Tints of Finlandia #657061

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.13%

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

R = 32.58%
G = 36.13%
B = 31.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#657061 (or 0x657061) is known color: Finlandia. HEX triplet: 65, 70 and 61. RGB value is (101,112,97). Sum of RGB (Red+Green+Blue) = 101+112+97=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 112 - color contains mainly: green. Hex color #657061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657061 is #9A8F9E. Grayscale: #6B6B6B. Windows color (decimal): -10129311 or 6385765. OLE color: 6385765.

HSL color Cylindrical-coordinate representation of color #657061: hue angle of 104º 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 #657061 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 112 97 -
CMYK 0.10 0 0.13 0.56
HSL 104º 0.07% 0.41% -
HSV(B) 104º 0.13% 0.44% -
XYZ 13.32 15.22 13.54 -
YUV 107 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 101 112 97 0.10 0 0.13 0.56 104 0.07 0.41
Hex 65 70 61 A 0 D 38 68 7 29
Octal 145 160 141 12 0 15 70 150 7 51
Binary 1100101 1110000 1100001 1010 0 1101 111000 1101000 111 101001

Color Harmonies of #657061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657061

Black with #657061

Text Example


Text Example

White with #657061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657061; }

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

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

background-color css

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

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

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

border-color css

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

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

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