#685B5B

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

Shades of Zambezi #685B5B

Tints of Zambezi #685B5B

Color information

#685B5B (or 0x685B5B) is unknown color: approx Zambezi. HEX triplet: 68, 5B and 5B. RGB value is (104,91,91). Sum of RGB (Red+Green+Blue) = 104+91+91=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #685B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B5B is #97A4A4. Grayscale: #5E5E5E. Windows color (decimal): -9938085 or 5987176. OLE color: 5987176.

HSL color Cylindrical-coordinate representation of color #685B5B: hue angle of 0º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #685B5B is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1049191-
CMYK00.120.120.59
HSL6.67%38.24%-
HSV(B)12.5%40.78%-
XYZ11.3411.1811.46-
YUV94.89125.81134.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 91 (35.94% from 255) = 31.82%
BLUE value IS 91 (35.94% from 255) = 31.82%
R=36.36%
G=31.82%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104919100.120.120.5906.6738.24
Hex685B5B0CC3B0726
Octal15013313301414730746
Binary1101000101101110110110110011001110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,91,91); }

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

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

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

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

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

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

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