#685958

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

Shades of Zambezi #685958

Tints of Zambezi #685958

Color information

#685958 (or 0x685958) is unknown color: approx Zambezi. HEX triplet: 68, 59 and 58. RGB value is (104,89,88). Sum of RGB (Red+Green+Blue) = 104+89+88=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #685958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685958 is #97A6A7. Grayscale: #5D5D5D. Windows color (decimal): -9938600 or 5790056. OLE color: 5790056.

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

Color convert

RGB1048988-
CMYK00.140.150.59
HSL3.75º8.33%37.65%-
HSV(B)3.75º15.38%40.78%-
XYZ11.0410.7910.73-
YUV93.37124.97135.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 89 (35.16% from 255) = 31.67%
BLUE value IS 88 (34.77% from 255) = 31.32%
R=37.01%
G=31.67%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104898800.140.150.593.758.3337.65
Hex6859580EF3B4826
Octal150131130016177341046
Binary1101000101100110110000111011111110111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685958; }

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

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

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

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

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

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

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

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