#685C5A

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

Shades of Zambezi #685C5A

Tints of Zambezi #685C5A

Color information

#685C5A (or 0x685C5A) is unknown color: approx Zambezi. HEX triplet: 68, 5C and 5A. RGB value is (104,92,90). Sum of RGB (Red+Green+Blue) = 104+92+90=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #685C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C5A is #97A3A5. Grayscale: #5F5F5F. Windows color (decimal): -9937830 or 5921896. OLE color: 5921896.

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

Color convert

RGB1049290-
CMYK00.120.130.59
HSL8.57º7.22%38.04%-
HSV(B)8.57º13.46%40.78%-
XYZ11.3811.3411.26-
YUV95.36124.98134.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 92 (36.33% from 255) = 32.17%
BLUE value IS 90 (35.55% from 255) = 31.47%
R=36.36%
G=32.17%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104929000.120.130.598.577.2238.04
Hex685C5A0CD3B9726
Octal150134132014157311746
Binary1101000101110010110100110011011110111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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