#686368

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

Shades of Salt Box #686368

Tints of Salt Box #686368

Color information

#686368 (or 0x686368) is unknown color: approx Salt Box. HEX triplet: 68, 63 and 68. RGB value is (104,99,104). Sum of RGB (Red+Green+Blue) = 104+99+104=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #686368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686368 is #979C97. Grayscale: #656565. Windows color (decimal): -9936024 or 6841192. OLE color: 6841192.

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

Color convert

RGB10499104-
CMYK00.0500.59
HSL300º2.46%39.8%-
HSV(B)300º4.81%40.78%-
XYZ12.6712.8714.91-
YUV101.06129.66130.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 99 (39.06% from 255) = 32.25%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=33.88%
G=32.25%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1049910400.0500.593002.4639.8
Hex6863680503B12c228
Octal15014315005073454250
Binary1101000110001111010000101011101110010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686368; }

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

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

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

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

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

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

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

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