#605655

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

Shades of Zambezi #605655

Tints of Zambezi #605655

Color information

#605655 (or 0x605655) is unknown color: approx Zambezi. HEX triplet: 60, 56 and 55. RGB value is (96,86,85). Sum of RGB (Red+Green+Blue) = 96+86+85=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 96 - color contains mainly: red. Hex color #605655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605655 is #9FA9AA. Grayscale: #585858. Windows color (decimal): -10463659 or 5592672. OLE color: 5592672.

HSL color Cylindrical-coordinate representation of color #605655: hue angle of 5.45º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #605655 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB968685-
CMYK00.100.110.62
HSL5.45º6.08%35.49%-
HSV(B)5.45º11.46%37.65%-
XYZ9.799.89.97-
YUV88.88125.81133.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.96%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 85 (33.59% from 255) = 31.84%
R=35.96%
G=32.21%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96868500.100.110.625.456.0835.49
Hex6056550AB3E5623
Octal14012612501213765643
Binary110000010101101010101010101011111110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605655; }

 p { color: rgb(96,86,85); }

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

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

 a { background-color: rgb(96,86,85); }

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

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

 span { border-color: rgb(96,86,85); }

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