#685E5D

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

Shades of Zambezi #685E5D

Tints of Zambezi #685E5D

Color information

#685E5D (or 0x685E5D) is unknown color: approx Zambezi. HEX triplet: 68, 5E and 5D. RGB value is (104,94,93). Sum of RGB (Red+Green+Blue) = 104+94+93=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 104 - color contains mainly: red. Hex color #685E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E5D is #97A1A2. Grayscale: #606060. Windows color (decimal): -9937315 or 6119016. OLE color: 6119016.

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

Color convert

RGB1049493-
CMYK00.100.110.59
HSL5.45º5.58%38.63%-
HSV(B)5.45º10.58%40.78%-
XYZ11.6911.7412.01-
YUV96.88125.81133.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.74%
GREEN value IS 94 (37.11% from 255) = 32.30%
BLUE value IS 93 (36.72% from 255) = 31.96%
R=35.74%
G=32.30%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104949300.100.110.595.455.5838.63
Hex685E5D0AB3B5627
Octal15013613501213735647
Binary110100010111101011101010101011111011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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