#684E61

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

Shades of Salt Box #684E61

Tints of Salt Box #684E61

Color information

#684E61 (or 0x684E61) is unknown color: approx Salt Box. HEX triplet: 68, 4E and 61. RGB value is (104,78,97). Sum of RGB (Red+Green+Blue) = 104+78+97=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #684E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E61 is #97B19E. Grayscale: #575757. Windows color (decimal): -9941407 or 6377064. OLE color: 6377064.

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

Color convert

RGB1047897-
CMYK00.250.070.59
HSL316.15º14.29%35.69%-
HSV(B)316.15º25%40.78%-
XYZ10.599.2512.54-
YUV87.94133.11139.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 78 (30.86% from 255) = 27.96%
BLUE value IS 97 (38.28% from 255) = 34.77%
R=37.28%
G=27.96%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104789700.250.070.59316.1514.2935.69
Hex684E6101973B13ce24
Octal1501161410317734741644
Binary1101000100111011000010110011111110111001111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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