#645864

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

Shades of Salt Box #645864

Tints of Salt Box #645864

Color information

#645864 (or 0x645864) is unknown color: approx Salt Box. HEX triplet: 64, 58 and 64. RGB value is (100,88,100). Sum of RGB (Red+Green+Blue) = 100+88+100=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 100 - color contains mainly: red, blue. Hex color #645864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645864 is #9BA79B. Grayscale: #5C5C5C. Windows color (decimal): -10200988 or 6576228. OLE color: 6576228.

HSL color Cylindrical-coordinate representation of color #645864: 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.12%. Process color model (Four color, CMYK) of #645864 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB10088100-
CMYK00.1200.61
HSL300º6.38%36.86%-
HSV(B)300º12%39.22%-
XYZ11.0510.6113.52-
YUV92.96131.98133.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.72%
GREEN value IS 88 (34.77% from 255) = 30.56%
BLUE value IS 100 (39.45% from 255) = 34.72%
R=34.72%
G=30.56%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1008810000.1200.613006.3836.86
Hex6458640C03D12c625
Octal144130144014075454645
Binary110010010110001100100011000111101100101100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645864; }

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

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

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

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

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

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

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

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