#636263

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

Shades of Salt Box #636263

Tints of Salt Box #636263

Color information

#636263 (or 0x636263) is unknown color: approx Salt Box. HEX triplet: 63, 62 and 63. RGB value is (99,98,99). Sum of RGB (Red+Green+Blue) = 99+98+99=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #636263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636263 is #9C9D9C. Grayscale: #626262. Windows color (decimal): -10263965 or 6513251. OLE color: 6513251.

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

Color convert

RGB999899-
CMYK00.0100.61
HSL300º0.51%38.63%-
HSV(B)300º1.01%38.82%-
XYZ11.7712.2913.56-
YUV98.41128.33128.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.45%
GREEN value IS 98 (38.67% from 255) = 33.11%
BLUE value IS 99 (39.06% from 255) = 33.45%
R=33.45%
G=33.11%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99989900.0100.613000.5138.63
Hex6362630103D12c127
Octal14314214301075454147
Binary1100011110001011000110101111011001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636263; }

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

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

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

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

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

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

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

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