#685C5C

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

Shades of Zambezi #685C5C

Tints of Zambezi #685C5C

Color information

#685C5C (or 0x685C5C) is unknown color: approx Zambezi. HEX triplet: 68, 5C and 5C. RGB value is (104,92,92). Sum of RGB (Red+Green+Blue) = 104+92+92=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 104 - color contains mainly: red. Hex color #685C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C5C is #97A3A3. Grayscale: #5F5F5F. Windows color (decimal): -9937828 or 6052968. OLE color: 6052968.

HSL color Cylindrical-coordinate representation of color #685C5C: hue angle of 0º degrees, saturation: 0.06, 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 #685C5C is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1049292-
CMYK00.120.120.59
HSL6.12%38.43%-
HSV(B)11.54%40.78%-
XYZ11.4711.3711.72-
YUV95.59125.98134-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.11%
GREEN value IS 92 (36.33% from 255) = 31.94%
BLUE value IS 92 (36.33% from 255) = 31.94%
R=36.11%
G=31.94%
B=31.94%

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
Decimal104929200.120.120.5906.1238.43
Hex685C5C0CC3B0626
Octal15013413401414730646
Binary1101000101110010111000110011001110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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