#684963

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

Shades of Salt Box #684963

Tints of Salt Box #684963

Color information

#684963 (or 0x684963) is unknown color: approx Salt Box. HEX triplet: 68, 49 and 63. RGB value is (104,73,99). Sum of RGB (Red+Green+Blue) = 104+73+99=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #684963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684963 is #97B69C. Grayscale: #555555. Windows color (decimal): -9942685 or 6506856. OLE color: 6506856.

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

Color convert

RGB1047399-
CMYK00.300.050.59
HSL309.68º17.51%34.71%-
HSV(B)309.68º29.81%40.78%-
XYZ10.348.6112.92-
YUV85.23135.77141.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.68%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=37.68%
G=26.45%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104739900.300.050.59309.6817.5134.71
Hex68496301E53B1361223
Octal1501111430365734662243
Binary11010001001001110001101111010111101110011011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684963; }

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

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

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

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

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

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

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

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