#685856

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

Shades of Zambezi #685856

Tints of Zambezi #685856

Color information

#685856 (or 0x685856) is unknown color: approx Zambezi. HEX triplet: 68, 58 and 56. RGB value is (104,88,86). Sum of RGB (Red+Green+Blue) = 104+88+86=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #685856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685856 is #97A7A9. Grayscale: #5C5C5C. Windows color (decimal): -9938858 or 5658728. OLE color: 5658728.

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

Color convert

RGB1048886-
CMYK00.150.170.59
HSL6.67º9.47%37.25%-
HSV(B)6.67º17.31%40.78%-
XYZ10.8810.5910.28-
YUV92.56124.3136.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 86 (33.98% from 255) = 30.94%
R=37.41%
G=31.65%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104888600.150.170.596.679.4737.25
Hex6858560F113B7925
Octal150130126017217371145
Binary11010001011000101011001111100011110111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685856; }

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

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

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

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

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

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

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

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