#685463

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

Shades of Salt Box #685463

Tints of Salt Box #685463

Color information

#685463 (or 0x685463) is unknown color: approx Salt Box. HEX triplet: 68, 54 and 63. RGB value is (104,84,99). Sum of RGB (Red+Green+Blue) = 104+84+99=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 104 - color contains mainly: red. Hex color #685463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685463 is #97AB9C. Grayscale: #5B5B5B. Windows color (decimal): -9939869 or 6509672. OLE color: 6509672.

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

Color convert

RGB1048499-
CMYK00.190.050.59
HSL315º10.64%36.86%-
HSV(B)315º19.23%40.78%-
XYZ11.1310.1813.18-
YUV91.69132.13136.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.24%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 99 (39.06% from 255) = 34.49%
R=36.24%
G=29.27%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104849900.190.050.5931510.6436.86
Hex68546301353B13bb25
Octal1501241430235734731345
Binary1101000101010011000110100111011110111001110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685463; }

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

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

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

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

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

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

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

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