#646164

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

Shades of Salt Box #646164

Tints of Salt Box #646164

Color information

#646164 (or 0x646164) is unknown color: approx Salt Box. HEX triplet: 64, 61 and 64. RGB value is (100,97,100). Sum of RGB (Red+Green+Blue) = 100+97+100=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 100 - color contains mainly: red, blue. Hex color #646164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646164 is #9B9E9B. Grayscale: #626262. Windows color (decimal): -10198684 or 6578532. OLE color: 6578532.

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

Color convert

RGB10097100-
CMYK00.0300.61
HSL300º1.52%38.63%-
HSV(B)300º3%39.22%-
XYZ11.8312.1813.78-
YUV98.24128.99129.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.67%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 100 (39.45% from 255) = 33.67%
R=33.67%
G=32.66%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1009710000.0300.613001.5238.63
Hex6461640303D12c227
Octal14414114403075454247
Binary110010011000011100100011011110110010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646164; }

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

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

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

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

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

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

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

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