#685065

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

Shades of Salt Box #685065

Tints of Salt Box #685065

Color information

#685065 (or 0x685065) is unknown color: approx Salt Box. HEX triplet: 68, 50 and 65. RGB value is (104,80,101). Sum of RGB (Red+Green+Blue) = 104+80+101=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #685065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685065 is #97AF9A. Grayscale: #595959. Windows color (decimal): -9940891 or 6639720. OLE color: 6639720.

HSL color Cylindrical-coordinate representation of color #685065: hue angle of 307.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #685065 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB10480101-
CMYK00.230.030.59
HSL307.5º13.04%36.08%-
HSV(B)307.5º23.08%40.78%-
XYZ10.939.6213.59-
YUV89.57134.45138.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=36.49%
G=28.07%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1048010100.230.030.59307.513.0436.08
Hex68506501733B134d24
Octal1501201450273734641544
Binary110100010100001100101010111111110111001101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685065; }

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

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

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

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

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

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

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

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