#685963

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

Shades of Salt Box #685963

Tints of Salt Box #685963

Color information

#685963 (or 0x685963) is unknown color: approx Salt Box. HEX triplet: 68, 59 and 63. RGB value is (104,89,99). Sum of RGB (Red+Green+Blue) = 104+89+99=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 104 - color contains mainly: red. Hex color #685963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685963 is #97A69C. Grayscale: #5E5E5E. Windows color (decimal): -9938589 or 6510952. OLE color: 6510952.

HSL color Cylindrical-coordinate representation of color #685963: hue angle of 320º 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 #685963 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB1048999-
CMYK00.140.050.59
HSL320º7.77%37.84%-
HSV(B)320º14.42%40.78%-
XYZ11.5310.9913.32-
YUV94.62130.47134.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.62%
GREEN value IS 89 (35.16% from 255) = 30.48%
BLUE value IS 99 (39.06% from 255) = 33.90%
R=35.62%
G=30.48%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104899900.140.050.593207.7737.84
Hex6859630E53B140826
Octal1501311430165735001046
Binary110100010110011100011011101011110111010000001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685963; }

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

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

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

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

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

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

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

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