#684E64

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

Shades of Salt Box #684E64

Tints of Salt Box #684E64

Color information

#684E64 (or 0x684E64) is unknown color: approx Salt Box. HEX triplet: 68, 4E and 64. RGB value is (104,78,100). Sum of RGB (Red+Green+Blue) = 104+78+100=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 104 - color contains mainly: red. Hex color #684E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E64 is #97B19B. Grayscale: #585858. Windows color (decimal): -9941404 or 6573672. OLE color: 6573672.

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

Color convert

RGB10478100-
CMYK00.250.040.59
HSL309.23º14.29%35.69%-
HSV(B)309.23º25%40.78%-
XYZ10.739.3113.29-
YUV88.28134.61139.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.88%
GREEN value IS 78 (30.86% from 255) = 27.66%
BLUE value IS 100 (39.45% from 255) = 35.46%
R=36.88%
G=27.66%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1047810000.250.040.59309.2314.2935.69
Hex684E6401943B135e24
Octal1501161440314734651644
Binary1101000100111011001000110011001110111001101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,78,100); }

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

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

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

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

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

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

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