#685C68

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

Shades of Salt Box #685C68

Tints of Salt Box #685C68

Color information

#685C68 (or 0x685C68) is unknown color: approx Salt Box. HEX triplet: 68, 5C and 68. RGB value is (104,92,104). Sum of RGB (Red+Green+Blue) = 104+92+104=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #685C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C68 is #97A397. Grayscale: #606060. Windows color (decimal): -9937816 or 6839400. OLE color: 6839400.

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

Color convert

RGB10492104-
CMYK00.1200.59
HSL300º6.12%38.43%-
HSV(B)300º11.54%40.78%-
XYZ12.0311.614.7-
YUV96.96131.98133.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.67%
GREEN value IS 92 (36.33% from 255) = 30.67%
BLUE value IS 104 (41.02% from 255) = 34.67%
R=34.67%
G=30.67%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1049210400.1200.593006.1238.43
Hex685C680C03B12c626
Octal150134150014073454646
Binary110100010111001101000011000111011100101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685C68; }

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

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

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

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

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

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

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

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