#685957

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

Shades of Zambezi #685957

Tints of Zambezi #685957

Color information

#685957 (or 0x685957) is unknown color: approx Zambezi. HEX triplet: 68, 59 and 57. RGB value is (104,89,87). Sum of RGB (Red+Green+Blue) = 104+89+87=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #685957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685957 is #97A6A8. Grayscale: #5D5D5D. Windows color (decimal): -9938601 or 5724520. OLE color: 5724520.

HSL color Cylindrical-coordinate representation of color #685957: hue angle of 7.06º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #685957 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB1048987-
CMYK00.140.160.59
HSL7.06º8.9%37.45%-
HSV(B)7.06º16.35%40.78%-
XYZ1110.7810.52-
YUV93.26124.47135.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 89 (35.16% from 255) = 31.79%
BLUE value IS 87 (34.38% from 255) = 31.07%
R=37.14%
G=31.79%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104898700.140.160.597.068.937.45
Hex6859570E103B7925
Octal150131127016207371145
Binary11010001011001101011101110100001110111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685957; }

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

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

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

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

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

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

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

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