#645E64

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

Shades of Salt Box #645E64

Tints of Salt Box #645E64

Color information

#645E64 (or 0x645E64) is unknown color: approx Salt Box. HEX triplet: 64, 5E and 64. RGB value is (100,94,100). Sum of RGB (Red+Green+Blue) = 100+94+100=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 100 - color contains mainly: red, blue. Hex color #645E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645E64 is #9BA19B. Grayscale: #606060. Windows color (decimal): -10199452 or 6577764. OLE color: 6577764.

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

Color convert

RGB10094100-
CMYK00.0600.61
HSL300º3.09%38.04%-
HSV(B)300º6%39.22%-
XYZ11.5611.6313.69-
YUV96.48129.99130.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.01%
GREEN value IS 94 (37.11% from 255) = 31.97%
BLUE value IS 100 (39.45% from 255) = 34.01%
R=34.01%
G=31.97%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1009410000.0600.613003.0938.04
Hex645E640603D12c326
Octal14413614406075454346
Binary1100100101111011001000110011110110010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645E64; }

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

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

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

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

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

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

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

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