#685768

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

Shades of Salt Box #685768

Tints of Salt Box #685768

Color information

#685768 (or 0x685768) is unknown color: approx Salt Box. HEX triplet: 68, 57 and 68. RGB value is (104,87,104). Sum of RGB (Red+Green+Blue) = 104+87+104=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #685768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685768 is #97A897. Grayscale: #5D5D5D. Windows color (decimal): -9939096 or 6838120. OLE color: 6838120.

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

Color convert

RGB10487104-
CMYK00.1600.59
HSL300º8.9%37.45%-
HSV(B)300º16.35%40.78%-
XYZ11.6210.7614.56-
YUV94.02133.63135.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 87 (34.38% from 255) = 29.49%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=35.25%
G=29.49%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1048710400.1600.593008.937.45
Hex68576801003B12c925
Octal1501271500200734541145
Binary11010001010111110100001000001110111001011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685768; }

 p { color: rgb(104,87,104); }

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

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

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

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

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

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

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