#685366

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

Shades of Salt Box #685366

Tints of Salt Box #685366

Color information

#685366 (or 0x685366) is unknown color: approx Salt Box. HEX triplet: 68, 53 and 66. RGB value is (104,83,102). Sum of RGB (Red+Green+Blue) = 104+83+102=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 104 - color contains mainly: red. Hex color #685366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685366 is #97AC99. Grayscale: #5B5B5B. Windows color (decimal): -9940122 or 6706024. OLE color: 6706024.

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

Color convert

RGB10483102-
CMYK00.200.020.59
HSL305.71º11.23%36.67%-
HSV(B)305.71º20.19%40.78%-
XYZ11.210.0913.93-
YUV91.44133.96136.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.99%
GREEN value IS 83 (32.81% from 255) = 28.72%
BLUE value IS 102 (40.23% from 255) = 35.29%
R=35.99%
G=28.72%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1048310200.200.020.59305.7111.2336.67
Hex68536601423B132b25
Octal1501231460242734621345
Binary110100010100111100110010100101110111001100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685366; }

 p { color: rgb(104,83,102); }

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

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

 a { background-color: rgb(104,83,102); }

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

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

 span { border-color: rgb(104,83,102); }

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