Html Css Color HEX #646963 Finlandia

📋 copy color: '#646963'

red 100 ◦ green 105 ◦ blue 99

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

Shades of Finlandia #646963

Tints of Finlandia #646963

RGB

 RED value IS 100 (39.45% from 255) = 32.89%

 GREEN value IS 105 (41.41% from 255) = 34.54%

 BLUE value IS 99 (39.06% from 255) = 32.57%

R = 32.89%
G = 34.54%
B = 32.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#646963 (or 0x646963) is known color: Finlandia. HEX triplet: 64, 69 and 63. RGB value is (100,105,99). Sum of RGB (Red+Green+Blue) = 100+105+99=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 105 - color contains mainly: green. Hex color #646963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646963 is #9B969C. Grayscale: #666666. Windows color (decimal): -10196637 or 6515044. OLE color: 6515044.

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

Color convert

RGB 100 105 99 -
CMYK 0.05 0 0.06 0.59
HSL 110º 0.03% 0.4% -
HSV(B) 110º 0.06% 0.41% -
XYZ 12.56 13.71 13.79 -
YUV 102.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 100 105 99 0.05 0 0.06 0.59 110 0.03 0.4
Hex 64 69 63 5 0 6 3B 6E 3 28
Octal 144 151 143 5 0 6 73 156 3 50
Binary 1100100 1101001 1100011 101 0 110 111011 1101110 11 101000

Color Harmonies of #646963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646963

Black with #646963

Text Example


Text Example

White with #646963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646963; }

 p { color: rgb(100,105,99); }

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

background-color css

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

 a { background-color: rgb(100,105,99); }

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

border-color css

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

 span { border-color: rgb(100,105,99); }

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