#685465

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

Shades of Salt Box #685465

Tints of Salt Box #685465

Color information

#685465 (or 0x685465) is unknown color: approx Salt Box. HEX triplet: 68, 54 and 65. RGB value is (104,84,101). Sum of RGB (Red+Green+Blue) = 104+84+101=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 104 - color contains mainly: red. Hex color #685465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685465 is #97AB9A. Grayscale: #5B5B5B. Windows color (decimal): -9939867 or 6640744. OLE color: 6640744.

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

Color convert

RGB10484101-
CMYK00.190.030.59
HSL309º10.64%36.86%-
HSV(B)309º19.23%40.78%-
XYZ11.2310.2213.69-
YUV91.92133.13136.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.99%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=35.99%
G=29.07%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1048410100.190.030.5930910.6436.86
Hex68546501333B135b25
Octal1501241450233734651345
Binary110100010101001100101010011111110111001101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685465; }

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

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

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

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

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

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

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

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