#685863

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

Shades of Salt Box #685863

Tints of Salt Box #685863

Color information

#685863 (or 0x685863) is unknown color: approx Salt Box. HEX triplet: 68, 58 and 63. RGB value is (104,88,99). Sum of RGB (Red+Green+Blue) = 104+88+99=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 104 - color contains mainly: red. Hex color #685863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685863 is #97A79C. Grayscale: #5E5E5E. Windows color (decimal): -9938845 or 6510696. OLE color: 6510696.

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

Color convert

RGB1048899-
CMYK00.150.050.59
HSL318.75º8.33%37.65%-
HSV(B)318.75º15.38%40.78%-
XYZ11.4510.8213.29-
YUV94.04130.8135.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.74%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 99 (39.06% from 255) = 34.02%
R=35.74%
G=30.24%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104889900.150.050.59318.758.3337.65
Hex6858630F53B13f826
Octal1501301430175734771046
Binary110100010110001100011011111011110111001111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685863; }

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

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

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

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

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

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

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

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