Html Css Color HEX #676D65 Finlandia

📋 copy color: '#676D65'

red 103 ◦ green 109 ◦ blue 101

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

Shades of Finlandia #676D65

Tints of Finlandia #676D65

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.82%

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

R = 32.91%
G = 34.82%
B = 32.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#676D65 (or 0x676D65) is known color: Finlandia. HEX triplet: 67, 6D and 65. RGB value is (103,109,101). Sum of RGB (Red+Green+Blue) = 103+109+101=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 109 - color contains mainly: green. Hex color #676D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676D65 is #98929A. Grayscale: #6A6A6A. Windows color (decimal): -9999003 or 6647143. OLE color: 6647143.

HSL color Cylindrical-coordinate representation of color #676D65: hue angle of 105º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #676D65 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB 103 109 101 -
CMYK 0.06 0 0.07 0.57
HSL 105º 0.04% 0.41% -
HSV(B) 105º 0.07% 0.43% -
XYZ 13.41 14.76 14.45 -
YUV 106.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 103 109 101 0.06 0 0.07 0.57 105 0.04 0.41
Hex 67 6D 65 6 0 7 39 69 4 29
Octal 147 155 145 6 0 7 71 151 4 51
Binary 1100111 1101101 1100101 110 0 111 111001 1101001 100 101001

Color Harmonies of #676D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676D65

Black with #676D65

Text Example


Text Example

White with #676D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,109,101); }

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

background-color css

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

 a { background-color: rgb(103,109,101); }

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

border-color css

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

 span { border-color: rgb(103,109,101); }

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