Html Css Color HEX #666B66 Finlandia

📋 copy color: '#666B66'

red 102 ◦ green 107 ◦ blue 102

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

Shades of Finlandia #666B66

Tints of Finlandia #666B66

RGB

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

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

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

R = 32.8%
G = 34.41%
B = 32.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.58

RGB Variations

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

Color information

#666B66 (or 0x666B66) is known color: Finlandia. HEX triplet: 66, 6B and 66. RGB value is (102,107,102). Sum of RGB (Red+Green+Blue) = 102+107+102=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 107 - color contains mainly: green. Hex color #666B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B66 is #999499. Grayscale: #686868. Windows color (decimal): -10065050 or 6712166. OLE color: 6712166.

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

Color convert

RGB 102 107 102 -
CMYK 0.05 0 0.05 0.58
HSL 120º 0.02% 0.41% -
HSV(B) 120º 0.05% 0.42% -
XYZ 13.14 14.3 14.64 -
YUV 104.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 102 107 102 0.05 0 0.05 0.58 120 0.02 0.41
Hex 66 6B 66 5 0 5 3A 78 2 29
Octal 146 153 146 5 0 5 72 170 2 51
Binary 1100110 1101011 1100110 101 0 101 111010 1111000 10 101001

Color Harmonies of #666B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666B66

Black with #666B66

Text Example


Text Example

White with #666B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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