#646264

Color #646264 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #646264

Tints of Salt Box #646264

Color information

#646264 (or 0x646264) is unknown color: approx Salt Box. HEX triplet: 64, 62 and 64. RGB value is (100,98,100). Sum of RGB (Red+Green+Blue) = 100+98+100=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 100 - color contains mainly: red, blue. Hex color #646264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646264 is #9B9D9B. Grayscale: #626262. Windows color (decimal): -10198428 or 6578788. OLE color: 6578788.

HSL color Cylindrical-coordinate representation of color #646264: hue angle of 300º degrees, saturation: 0.01, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #646264 is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB10098100-
CMYK00.0200.61
HSL300º1.01%38.82%-
HSV(B)300º2%39.22%-
XYZ11.9212.3613.81-
YUV98.83128.66128.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.56%
GREEN value IS 98 (38.67% from 255) = 32.89%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=33.56%
G=32.89%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1009810000.0200.613001.0138.82
Hex6462640203D12c127
Octal14414214402075454147
Binary11001001100010110010001001111011001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646264; }

 p { color: rgb(100,98,100); }

 H1.HeaderClassName
 {
   color: #646264;
 }
 .AnyTagClassName
 {
   color: #646264;
 }
</style>
background-color css

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

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

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

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

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

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