Html Css Color HEX #676F64 Finlandia

📋 copy color: '#676F64'

red 103 ◦ green 111 ◦ blue 100

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

Shades of Finlandia #676F64

Tints of Finlandia #676F64

RGB

 RED value IS 103 (40.63% from 255) = 32.8%

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

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

R = 32.8%
G = 35.35%
B = 31.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#676F64 (or 0x676F64) is known color: Finlandia. HEX triplet: 67, 6F and 64. RGB value is (103,111,100). Sum of RGB (Red+Green+Blue) = 103+111+100=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 111 - color contains mainly: green. Hex color #676F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676F64 is #98909B. Grayscale: #6B6B6B. Windows color (decimal): -9998492 or 6582119. OLE color: 6582119.

HSL color Cylindrical-coordinate representation of color #676F64: hue angle of 103.64º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #676F64 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 111 100 -
CMYK 0.07 0 0.10 0.56
HSL 103.64º 0.05% 0.41% -
HSV(B) 103.64º 0.1% 0.44% -
XYZ 13.58 15.17 14.27 -
YUV 107.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 103 111 100 0.07 0 0.10 0.56 103.64 0.05 0.41
Hex 67 6F 64 7 0 A 38 68 5 29
Octal 147 157 144 7 0 12 70 150 5 51
Binary 1100111 1101111 1100100 111 0 1010 111000 1101000 101 101001

Color Harmonies of #676F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676F64

Black with #676F64

Text Example


Text Example

White with #676F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676F64; }

 p { color: rgb(103,111,100); }

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

background-color css

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

 a { background-color: rgb(103,111,100); }

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

border-color css

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

 span { border-color: rgb(103,111,100); }

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