Html Css Color HEX #657166 Finlandia

📋 copy color: '#657166'

red 101 ◦ green 113 ◦ blue 102

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

Shades of Finlandia #657166

Tints of Finlandia #657166

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.76%

 BLUE value IS 102 (40.23% from 255) = 32.28%

R = 31.96%
G = 35.76%
B = 32.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#657166 (or 0x657166) is known color: Finlandia. HEX triplet: 65, 71 and 66. RGB value is (101,113,102). Sum of RGB (Red+Green+Blue) = 101+113+102=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 113 - color contains mainly: green. Hex color #657166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657166 is #9A8E99. Grayscale: #6C6C6C. Windows color (decimal): -10129050 or 6713701. OLE color: 6713701.

HSL color Cylindrical-coordinate representation of color #657166: hue angle of 125º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #657166 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 113 102 -
CMYK 0.11 0 0.10 0.56
HSL 125º 0.06% 0.42% -
HSV(B) 125º 0.11% 0.44% -
XYZ 13.67 15.54 14.85 -
YUV 108.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 101 113 102 0.11 0 0.10 0.56 125 0.06 0.42
Hex 65 71 66 B 0 A 38 7D 6 2A
Octal 145 161 146 13 0 12 70 175 6 52
Binary 1100101 1110001 1100110 1011 0 1010 111000 1111101 110 101010

Color Harmonies of #657166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657166

Black with #657166

Text Example


Text Example

White with #657166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657166; }

 p { color: rgb(101,113,102); }

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

background-color css

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

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

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

border-color css

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

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

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