#685A59

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

Shades of Zambezi #685A59

Tints of Zambezi #685A59

Color information

#685A59 (or 0x685A59) is unknown color: approx Zambezi. HEX triplet: 68, 5A and 59. RGB value is (104,90,89). Sum of RGB (Red+Green+Blue) = 104+90+89=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #685A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A59 is #97A5A6. Grayscale: #5E5E5E. Windows color (decimal): -9938343 or 5855848. OLE color: 5855848.

HSL color Cylindrical-coordinate representation of color #685A59: hue angle of 4º 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 #685A59 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB1049089-
CMYK00.130.140.59
HSL7.77%37.84%-
HSV(B)14.42%40.78%-
XYZ11.1710.9810.98-
YUV94.07125.14135.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 89 (35.16% from 255) = 31.45%
R=36.75%
G=31.80%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104908900.130.140.5947.7737.84
Hex685A590DE3B4826
Octal150132131015167341046
Binary1101000101101010110010110111101110111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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