#626060

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

Shades of Zambezi #626060

Tints of Zambezi #626060

Color information

#626060 (or 0x626060) is unknown color: approx Zambezi. HEX triplet: 62, 60 and 60. RGB value is (98,96,96). Sum of RGB (Red+Green+Blue) = 98+96+96=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 98 - color contains mainly: red. Hex color #626060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626060 is #9D9F9F. Grayscale: #606060. Windows color (decimal): -10330016 or 6316130. OLE color: 6316130.

HSL color Cylindrical-coordinate representation of color #626060: 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.02%. Process color model (Four color, CMYK) of #626060 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB989696-
CMYK00.020.020.62
HSL1.03%38.04%-
HSV(B)2.04%38.43%-
XYZ11.3311.8112.75-
YUV96.6127.66129-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.79%
GREEN value IS 96 (37.89% from 255) = 33.10%
BLUE value IS 96 (37.89% from 255) = 33.10%
R=33.79%
G=33.10%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98969600.020.020.6201.0338.04
Hex6260600223E0126
Octal142140140022760146
Binary1100010110000011000000101011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626060; }

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

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

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

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

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

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

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

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