#685F5E

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

Shades of Zambezi #685F5E

Tints of Zambezi #685F5E

Color information

#685F5E (or 0x685F5E) is unknown color: approx Zambezi. HEX triplet: 68, 5F and 5E. RGB value is (104,95,94). Sum of RGB (Red+Green+Blue) = 104+95+94=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 104 - color contains mainly: red. Hex color #685F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F5E is #97A0A1. Grayscale: #616161. Windows color (decimal): -9937058 or 6184808. OLE color: 6184808.

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

Color convert

RGB1049594-
CMYK00.090.100.59
HSL5.05%38.82%-
HSV(B)9.62%40.78%-
XYZ11.8211.9412.27-
YUV97.58125.98132.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.49%
GREEN value IS 95 (37.5% from 255) = 32.42%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=35.49%
G=32.42%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104959400.090.100.5965.0538.82
Hex685F5E09A3B6527
Octal15013713601112736547
Binary110100010111111011110010011010111011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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