Html Css Color HEX #666F65 Finlandia

📋 copy color: '#666F65'

red 102 ◦ green 111 ◦ blue 101

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

Shades of Finlandia #666F65

Tints of Finlandia #666F65

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.35%

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

R = 32.48%
G = 35.35%
B = 32.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#666F65 (or 0x666F65) is known color: Finlandia. HEX triplet: 66, 6F and 65. RGB value is (102,111,101). Sum of RGB (Red+Green+Blue) = 102+111+101=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 111 - color contains mainly: green. Hex color #666F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F65 is #99909A. Grayscale: #6B6B6B. Windows color (decimal): -10064027 or 6647654. OLE color: 6647654.

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

Color convert

RGB 102 111 101 -
CMYK 0.08 0 0.09 0.56
HSL 114º 0.05% 0.42% -
HSV(B) 114º 0.09% 0.44% -
XYZ 13.51 15.13 14.52 -
YUV 107.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 102 111 101 0.08 0 0.09 0.56 114 0.05 0.42
Hex 66 6F 65 8 0 9 38 72 5 2A
Octal 146 157 145 10 0 11 70 162 5 52
Binary 1100110 1101111 1100101 1000 0 1001 111000 1110010 101 101010

Color Harmonies of #666F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666F65

Black with #666F65

Text Example


Text Example

White with #666F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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