#685E5C

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

Shades of Zambezi #685E5C

Tints of Zambezi #685E5C

Color information

#685E5C (or 0x685E5C) is unknown color: approx Zambezi. HEX triplet: 68, 5E and 5C. RGB value is (104,94,92). Sum of RGB (Red+Green+Blue) = 104+94+92=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 104 - color contains mainly: red. Hex color #685E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E5C is #97A1A3. Grayscale: #606060. Windows color (decimal): -9937316 or 6053480. OLE color: 6053480.

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

Color convert

RGB1049492-
CMYK00.100.120.59
HSL10º6.12%38.43%-
HSV(B)10º11.54%40.78%-
XYZ11.6411.7211.77-
YUV96.76125.31133.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.86%
GREEN value IS 94 (37.11% from 255) = 32.41%
BLUE value IS 92 (36.33% from 255) = 31.72%
R=35.86%
G=32.41%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104949200.100.120.59106.1238.43
Hex685E5C0AC3Ba626
Octal150136134012147312646
Binary1101000101111010111000101011001110111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,94,92); }

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

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

 a { background-color: rgb(104,94,92); }

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

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

 span { border-color: rgb(104,94,92); }

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