Html Css Color HEX #666866 Finlandia

📋 copy color: '#666866'

red 102 ◦ green 104 ◦ blue 102

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

Shades of Finlandia #666866

Tints of Finlandia #666866

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.77%

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

R = 33.12%
G = 33.77%
B = 33.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#666866 (or 0x666866) is known color: Finlandia. HEX triplet: 66, 68 and 66. RGB value is (102,104,102). Sum of RGB (Red+Green+Blue) = 102+104+102=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 104 - color contains mainly: green. Hex color #666866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666866 is #999799. Grayscale: #676767. Windows color (decimal): -10065818 or 6711398. OLE color: 6711398.

HSL color Cylindrical-coordinate representation of color #666866: hue angle of 120º degrees, saturation: 0.01, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #666866 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 104 102 -
CMYK 0.02 0 0.02 0.59
HSL 120º 0.01% 0.4% -
HSV(B) 120º 0.02% 0.41% -
XYZ 12.83 13.68 14.54 -
YUV 103.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 102 104 102 0.02 0 0.02 0.59 120 0.01 0.4
Hex 66 68 66 2 0 2 3B 78 1 28
Octal 146 150 146 2 0 2 73 170 1 50
Binary 1100110 1101000 1100110 10 0 10 111011 1111000 1 101000

Color Harmonies of #666866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666866

Black with #666866

Text Example


Text Example

White with #666866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666866; }

 p { color: rgb(102,104,102); }

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

background-color css

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

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

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

border-color css

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

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

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