#685F5F

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

Shades of Zambezi #685F5F

Tints of Zambezi #685F5F

Color information

#685F5F (or 0x685F5F) is unknown color: approx Zambezi. HEX triplet: 68, 5F and 5F. RGB value is (104,95,95). Sum of RGB (Red+Green+Blue) = 104+95+95=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 104 - color contains mainly: red. Hex color #685F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F5F is #97A0A0. Grayscale: #616161. Windows color (decimal): -9937057 or 6250344. OLE color: 6250344.

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

Color convert

RGB1049595-
CMYK00.090.090.59
HSL4.52%39.02%-
HSV(B)8.65%40.78%-
XYZ11.8711.9512.51-
YUV97.69126.48132.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.37%
GREEN value IS 95 (37.5% from 255) = 32.31%
BLUE value IS 95 (37.5% from 255) = 32.31%
R=35.37%
G=32.31%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104959500.090.090.5904.5239.02
Hex685F5F0993B0527
Octal15013713701111730547
Binary1101000101111110111110100110011110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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