#636060

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

Shades of Zambezi #636060

Tints of Zambezi #636060

Color information

#636060 (or 0x636060) is unknown color: approx Zambezi. HEX triplet: 63, 60 and 60. RGB value is (99,96,96). Sum of RGB (Red+Green+Blue) = 99+96+96=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 99 - color contains mainly: red. Hex color #636060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636060 is #9C9F9F. Grayscale: #606060. Windows color (decimal): -10264480 or 6316131. OLE color: 6316131.

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

Color convert

RGB999696-
CMYK00.030.030.61
HSL1.54%38.24%-
HSV(B)3.03%38.82%-
XYZ11.4411.8612.75-
YUV96.9127.49129.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.02%
GREEN value IS 96 (37.89% from 255) = 32.99%
BLUE value IS 96 (37.89% from 255) = 32.99%
R=34.02%
G=32.99%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99969600.030.030.6101.5438.24
Hex6360600333D0226
Octal143140140033750246
Binary11000111100000110000001111111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636060; }

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

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

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

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

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

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

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

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