#685363

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

Shades of Salt Box #685363

Tints of Salt Box #685363

Color information

#685363 (or 0x685363) is unknown color: approx Salt Box. HEX triplet: 68, 53 and 63. RGB value is (104,83,99). Sum of RGB (Red+Green+Blue) = 104+83+99=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #685363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685363 is #97AC9C. Grayscale: #5B5B5B. Windows color (decimal): -9940125 or 6509416. OLE color: 6509416.

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

Color convert

RGB1048399-
CMYK00.200.050.59
HSL314.29º11.23%36.67%-
HSV(B)314.29º20.19%40.78%-
XYZ11.0510.0313.16-
YUV91.1132.46137.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 99 (39.06% from 255) = 34.62%
R=36.36%
G=29.02%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104839900.200.050.59314.2911.2336.67
Hex68536301453B13ab25
Octal1501231430245734721345
Binary1101000101001111000110101001011110111001110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685363; }

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

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

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

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

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

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

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

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