#685A68

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

Shades of Salt Box #685A68

Tints of Salt Box #685A68

Color information

#685A68 (or 0x685A68) is unknown color: approx Salt Box. HEX triplet: 68, 5A and 68. RGB value is (104,90,104). Sum of RGB (Red+Green+Blue) = 104+90+104=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #685A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A68 is #97A597. Grayscale: #5F5F5F. Windows color (decimal): -9938328 or 6838888. OLE color: 6838888.

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

Color convert

RGB10490104-
CMYK00.1300.59
HSL300º7.22%38.04%-
HSV(B)300º13.46%40.78%-
XYZ11.8611.2514.64-
YUV95.78132.64133.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 90 (35.55% from 255) = 30.20%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=34.90%
G=30.20%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1049010400.1300.593007.2238.04
Hex685A680D03B12c726
Octal150132150015073454746
Binary110100010110101101000011010111011100101100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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