Html Css Color HEX #657066 Finlandia

📋 copy color: '#657066'

red 101 ◦ green 112 ◦ blue 102

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

Shades of Finlandia #657066

Tints of Finlandia #657066

RGB

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

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

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

R = 32.06%
G = 35.56%
B = 32.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#657066 (or 0x657066) is known color: Finlandia. HEX triplet: 65, 70 and 66. RGB value is (101,112,102). Sum of RGB (Red+Green+Blue) = 101+112+102=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 112 - color contains mainly: green. Hex color #657066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657066 is #9A8F99. Grayscale: #6B6B6B. Windows color (decimal): -10129306 or 6713445. OLE color: 6713445.

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

Color convert

RGB 101 112 102 -
CMYK 0.10 0 0.09 0.56
HSL 125.45º 0.05% 0.42% -
HSV(B) 125.45º 0.1% 0.44% -
XYZ 13.56 15.31 14.81 -
YUV 107.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 101 112 102 0.10 0 0.09 0.56 125.45 0.05 0.42
Hex 65 70 66 A 0 9 38 7D 5 2A
Octal 145 160 146 12 0 11 70 175 5 52
Binary 1100101 1110000 1100110 1010 0 1001 111000 1111101 101 101010

Color Harmonies of #657066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657066

Black with #657066

Text Example


Text Example

White with #657066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657066; }

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

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

background-color css

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

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

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

border-color css

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

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

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