#685064

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

Shades of Salt Box #685064

Tints of Salt Box #685064

Color information

#685064 (or 0x685064) is unknown color: approx Salt Box. HEX triplet: 68, 50 and 64. RGB value is (104,80,100). Sum of RGB (Red+Green+Blue) = 104+80+100=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #685064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685064 is #97AF9B. Grayscale: #595959. Windows color (decimal): -9940892 or 6574184. OLE color: 6574184.

HSL color Cylindrical-coordinate representation of color #685064: hue angle of 310º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #685064 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB10480100-
CMYK00.230.040.59
HSL310º13.04%36.08%-
HSV(B)310º23.08%40.78%-
XYZ10.889.613.34-
YUV89.46133.95138.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.62%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 100 (39.45% from 255) = 35.21%
R=36.62%
G=28.17%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1048010000.230.040.5931013.0436.08
Hex68506401743B136d24
Octal1501201440274734661544
Binary1101000101000011001000101111001110111001101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685064; }

 p { color: rgb(104,80,100); }

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

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

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

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

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

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

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