#684E63

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

Shades of Salt Box #684E63

Tints of Salt Box #684E63

Color information

#684E63 (or 0x684E63) is unknown color: approx Salt Box. HEX triplet: 68, 4E and 63. RGB value is (104,78,99). Sum of RGB (Red+Green+Blue) = 104+78+99=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #684E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E63 is #97B19C. Grayscale: #585858. Windows color (decimal): -9941405 or 6508136. OLE color: 6508136.

HSL color Cylindrical-coordinate representation of color #684E63: hue angle of 311.54º 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 #684E63 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB1047899-
CMYK00.250.050.59
HSL311.54º14.29%35.69%-
HSV(B)311.54º25%40.78%-
XYZ10.699.2913.03-
YUV88.17134.11139.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 78 (30.86% from 255) = 27.76%
BLUE value IS 99 (39.06% from 255) = 35.23%
R=37.01%
G=27.76%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104789900.250.050.59311.5414.2935.69
Hex684E6301953B138e24
Octal1501161430315734701644
Binary1101000100111011000110110011011110111001110001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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