#645964

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

Shades of Salt Box #645964

Tints of Salt Box #645964

Color information

#645964 (or 0x645964) is unknown color: approx Salt Box. HEX triplet: 64, 59 and 64. RGB value is (100,89,100). Sum of RGB (Red+Green+Blue) = 100+89+100=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 100 - color contains mainly: red, blue. Hex color #645964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645964 is #9BA69B. Grayscale: #5D5D5D. Windows color (decimal): -10200732 or 6576484. OLE color: 6576484.

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

Color convert

RGB10089100-
CMYK00.1100.61
HSL300º5.82%37.06%-
HSV(B)300º11%39.22%-
XYZ11.1310.7713.55-
YUV93.54131.64132.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.60%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=34.60%
G=30.80%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1008910000.1100.613005.8237.06
Hex6459640B03D12c625
Octal144131144013075454645
Binary110010010110011100100010110111101100101100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645964; }

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

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

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

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

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

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

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

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