#606060

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

Shades of Zambezi #606060

Tints of Zambezi #606060

Color information

#606060 (or 0x606060) is unknown color: approx Zambezi. HEX triplet: 60, 60 and 60. RGB value is (96,96,96). Sum of RGB (Red+Green+Blue) = 96+96+96=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 96 - color contains mainly: red, green, blue. Hex color #606060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606060 is #9F9F9F. Grayscale: #606060. Windows color (decimal): -10461088 or 6316128. OLE color: 6316128.

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

Color convert

RGB969696-
CMYK0000.62
HSL0%37.65%-
HSV(B)0%37.65%-
XYZ11.1211.712.74-
YUV96128128-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.33%
GREEN value IS 96 (37.89% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9696960000.620037.65
Hex6060600003E0026
Octal140140140000760046
Binary11000001100000110000000011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606060; }

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

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

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

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

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

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

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

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