#685855

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

Shades of Zambezi #685855

Tints of Zambezi #685855

Color information

#685855 (or 0x685855) is unknown color: approx Zambezi. HEX triplet: 68, 58 and 55. RGB value is (104,88,85). Sum of RGB (Red+Green+Blue) = 104+88+85=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #685855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685855 is #97A7AA. Grayscale: #5C5C5C. Windows color (decimal): -9938859 or 5593192. OLE color: 5593192.

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

Color convert

RGB1048885-
CMYK00.150.180.59
HSL9.47º10.05%37.06%-
HSV(B)9.47º18.27%40.78%-
XYZ10.8410.5810.06-
YUV92.44123.8136.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.55%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 85 (33.59% from 255) = 30.69%
R=37.55%
G=31.77%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104888500.150.180.599.4710.0537.06
Hex6858550F123B9a25
Octal1501301250172273111245
Binary110100010110001010101011111001011101110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685855; }

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

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

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

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

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

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

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

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