#685857

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

Shades of Zambezi #685857

Tints of Zambezi #685857

Color information

#685857 (or 0x685857) is unknown color: approx Zambezi. HEX triplet: 68, 58 and 57. RGB value is (104,88,87). Sum of RGB (Red+Green+Blue) = 104+88+87=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #685857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685857 is #97A7A8. Grayscale: #5C5C5C. Windows color (decimal): -9938857 or 5724264. OLE color: 5724264.

HSL color Cylindrical-coordinate representation of color #685857: hue angle of 3.53º 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 #685857 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB1048887-
CMYK00.150.160.59
HSL3.53º8.9%37.45%-
HSV(B)3.53º16.35%40.78%-
XYZ10.9210.6110.49-
YUV92.67124.8136.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 87 (34.38% from 255) = 31.18%
R=37.28%
G=31.54%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104888700.150.160.593.538.937.45
Hex6858570F103B4925
Octal150130127017207341145
Binary11010001011000101011101111100001110111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685857; }

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

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

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

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

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

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

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

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