#685968

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

Shades of Salt Box #685968

Tints of Salt Box #685968

Color information

#685968 (or 0x685968) is unknown color: approx Salt Box. HEX triplet: 68, 59 and 68. RGB value is (104,89,104). Sum of RGB (Red+Green+Blue) = 104+89+104=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #685968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685968 is #97A697. Grayscale: #5F5F5F. Windows color (decimal): -9938584 or 6838632. OLE color: 6838632.

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

Color convert

RGB10489104-
CMYK00.1400.59
HSL300º7.77%37.84%-
HSV(B)300º14.42%40.78%-
XYZ11.7811.0914.62-
YUV95.2132.97134.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 89 (35.16% from 255) = 29.97%
BLUE value IS 104 (41.02% from 255) = 35.02%
R=35.02%
G=29.97%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1048910400.1400.593007.7737.84
Hex6859680E03B12c826
Octal1501311500160734541046
Binary1101000101100111010000111001110111001011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685968; }

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

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

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

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

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

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

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

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