#605958

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

Shades of Zambezi #605958

Tints of Zambezi #605958

Color information

#605958 (or 0x605958) is unknown color: approx Zambezi. HEX triplet: 60, 59 and 58. RGB value is (96,89,88). Sum of RGB (Red+Green+Blue) = 96+89+88=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 96 - color contains mainly: red. Hex color #605958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605958 is #9FA6A7. Grayscale: #5A5A5A. Windows color (decimal): -10462888 or 5790048. OLE color: 5790048.

HSL color Cylindrical-coordinate representation of color #605958: hue angle of 7.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #605958 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB968988-
CMYK00.070.080.62
HSL7.5º4.35%36.08%-
HSV(B)7.5º8.33%37.65%-
XYZ10.1610.3410.69-
YUV90.98126.32131.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.16%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 88 (34.77% from 255) = 32.23%
R=35.16%
G=32.60%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96898800.070.080.627.54.3536.08
Hex6059580783E8424
Octal14013113007107610444
Binary110000010110011011000011110001111101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605958; }

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

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

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

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

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

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

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

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