#684F65

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

Shades of Salt Box #684F65

Tints of Salt Box #684F65

Color information

#684F65 (or 0x684F65) is unknown color: approx Salt Box. HEX triplet: 68, 4F and 65. RGB value is (104,79,101). Sum of RGB (Red+Green+Blue) = 104+79+101=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #684F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684F65 is #97B09A. Grayscale: #585858. Windows color (decimal): -9941147 or 6639464. OLE color: 6639464.

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

Color convert

RGB10479101-
CMYK00.240.030.59
HSL307.2º13.66%35.88%-
HSV(B)307.2º24.04%40.78%-
XYZ10.859.4713.57-
YUV88.98134.78138.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.62%
GREEN value IS 79 (31.25% from 255) = 27.82%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=36.62%
G=27.82%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1047910100.240.030.59307.213.6635.88
Hex684F6501833B133e24
Octal1501171450303734631644
Binary110100010011111100101011000111110111001100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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