#684F63

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

Shades of Salt Box #684F63

Tints of Salt Box #684F63

Color information

#684F63 (or 0x684F63) is unknown color: approx Salt Box. HEX triplet: 68, 4F and 63. RGB value is (104,79,99). Sum of RGB (Red+Green+Blue) = 104+79+99=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 104 - color contains mainly: red. Hex color #684F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684F63 is #97B09C. Grayscale: #585858. Windows color (decimal): -9941149 or 6508392. OLE color: 6508392.

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

Color convert

RGB1047999-
CMYK00.240.050.59
HSL312º13.66%35.88%-
HSV(B)312º24.04%40.78%-
XYZ10.769.4413.06-
YUV88.76133.78138.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.88%
GREEN value IS 79 (31.25% from 255) = 28.01%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=36.88%
G=28.01%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104799900.240.050.5931213.6635.88
Hex684F6301853B138e24
Octal1501171430305734701644
Binary1101000100111111000110110001011110111001110001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684F63; }

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

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

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

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

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

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

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

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