#684F62

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

Shades of Salt Box #684F62

Tints of Salt Box #684F62

Color information

#684F62 (or 0x684F62) is unknown color: approx Salt Box. HEX triplet: 68, 4F and 62. RGB value is (104,79,98). Sum of RGB (Red+Green+Blue) = 104+79+98=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #684F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684F62 is #97B09D. Grayscale: #585858. Windows color (decimal): -9941150 or 6442856. OLE color: 6442856.

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

Color convert

RGB1047998-
CMYK00.240.060.59
HSL314.4º13.66%35.88%-
HSV(B)314.4º24.04%40.78%-
XYZ10.719.4212.81-
YUV88.64133.28138.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 79 (31.25% from 255) = 28.11%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=37.01%
G=28.11%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104799800.240.060.59314.413.6635.88
Hex684F6201863B13ae24
Octal1501171420306734721644
Binary1101000100111111000100110001101110111001110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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