#685B59

Color #685B59 Zambezi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zambezi #685B59

Tints of Zambezi #685B59

Color information

#685B59 (or 0x685B59) is unknown color: approx Zambezi. HEX triplet: 68, 5B and 59. RGB value is (104,91,89). Sum of RGB (Red+Green+Blue) = 104+91+89=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #685B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B59 is #97A4A6. Grayscale: #5E5E5E. Windows color (decimal): -9938087 or 5856104. OLE color: 5856104.

HSL color Cylindrical-coordinate representation of color #685B59: hue angle of 8º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #685B59 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB1049189-
CMYK00.120.140.59
HSL7.77%37.84%-
HSV(B)14.42%40.78%-
XYZ11.2511.1511.01-
YUV94.66124.81134.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.62%
GREEN value IS 91 (35.94% from 255) = 32.04%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=36.62%
G=32.04%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104918900.120.140.5987.7737.84
Hex685B590CE3B8826
Octal1501331310141673101046
Binary11010001011011101100101100111011101110001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685B59; }

 p { color: rgb(104,91,89); }

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

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

 a { background-color: rgb(104,91,89); }

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

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

 span { border-color: rgb(104,91,89); }

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