Html Css Color HEX #666B64 Finlandia

📋 copy color: '#666B64'

red 102 ◦ green 107 ◦ blue 100

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

Shades of Finlandia #666B64

Tints of Finlandia #666B64

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.63%

 BLUE value IS 100 (39.45% from 255) = 32.36%

R = 33.01%
G = 34.63%
B = 32.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#666B64 (or 0x666B64) is known color: Finlandia. HEX triplet: 66, 6B and 64. RGB value is (102,107,100). Sum of RGB (Red+Green+Blue) = 102+107+100=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 107 - color contains mainly: green. Hex color #666B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B64 is #99949B. Grayscale: #686868. Windows color (decimal): -10065052 or 6581094. OLE color: 6581094.

HSL color Cylindrical-coordinate representation of color #666B64: hue angle of 102.86º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #666B64 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 102 107 100 -
CMYK 0.05 0 0.07 0.58
HSL 102.86º 0.03% 0.41% -
HSV(B) 102.86º 0.07% 0.42% -
XYZ 13.04 14.26 14.12 -
YUV 104.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 102 107 100 0.05 0 0.07 0.58 102.86 0.03 0.41
Hex 66 6B 64 5 0 7 3A 67 3 29
Octal 146 153 144 5 0 7 72 147 3 51
Binary 1100110 1101011 1100100 101 0 111 111010 1100111 11 101001

Color Harmonies of #666B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666B64

Black with #666B64

Text Example


Text Example

White with #666B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,107,100); }

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

background-color css

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

 a { background-color: rgb(102,107,100); }

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

border-color css

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

 span { border-color: rgb(102,107,100); }

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