#616060

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

Shades of Zambezi #616060

Tints of Zambezi #616060

Color information

#616060 (or 0x616060) is unknown color: approx Zambezi. HEX triplet: 61, 60 and 60. RGB value is (97,96,96). Sum of RGB (Red+Green+Blue) = 97+96+96=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 97 - color contains mainly: red. Hex color #616060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616060 is #9E9F9F. Grayscale: #606060. Windows color (decimal): -10395552 or 6316129. OLE color: 6316129.

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

Color convert

RGB979696-
CMYK00.010.010.62
HSL0.52%37.84%-
HSV(B)1.03%38.04%-
XYZ11.2211.7512.74-
YUV96.3127.83128.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.56%
GREEN value IS 96 (37.89% from 255) = 33.22%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=33.56%
G=33.22%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97969600.010.010.6200.5237.84
Hex6160600113E0126
Octal141140140011760146
Binary11000011100000110000001111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616060; }

 p { color: rgb(97,96,96); }

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

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

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

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

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

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

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