Html Css Color HEX #666A65 Finlandia

📋 copy color: '#666A65'

red 102 ◦ green 106 ◦ blue 101

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

Shades of Finlandia #666A65

Tints of Finlandia #666A65

RGB

 RED value IS 102 (40.23% from 255) = 33.01%

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

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

R = 33.01%
G = 34.3%
B = 32.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#666A65 (or 0x666A65) is known color: Finlandia. HEX triplet: 66, 6A and 65. RGB value is (102,106,101). Sum of RGB (Red+Green+Blue) = 102+106+101=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 106 - color contains mainly: green. Hex color #666A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666A65 is #99959A. Grayscale: #686868. Windows color (decimal): -10065307 or 6646374. OLE color: 6646374.

HSL color Cylindrical-coordinate representation of color #666A65: hue angle of 108º 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 #666A65 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB 102 106 101 -
CMYK 0.04 0 0.05 0.58
HSL 108º 0.02% 0.41% -
HSV(B) 108º 0.05% 0.42% -
XYZ 12.98 14.07 14.34 -
YUV 104.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 102 106 101 0.04 0 0.05 0.58 108 0.02 0.41
Hex 66 6A 65 4 0 5 3A 6C 2 29
Octal 146 152 145 4 0 5 72 154 2 51
Binary 1100110 1101010 1100101 100 0 101 111010 1101100 10 101001

Color Harmonies of #666A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666A65

Black with #666A65

Text Example


Text Example

White with #666A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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