#636063

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

Shades of Salt Box #636063

Tints of Salt Box #636063

Color information

#636063 (or 0x636063) is unknown color: approx Salt Box. HEX triplet: 63, 60 and 63. RGB value is (99,96,99). Sum of RGB (Red+Green+Blue) = 99+96+99=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #636063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636063 is #9C9F9C. Grayscale: #616161. Windows color (decimal): -10264477 or 6512739. OLE color: 6512739.

HSL color Cylindrical-coordinate representation of color #636063: hue angle of 300º 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 #636063 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB999699-
CMYK00.0300.61
HSL300º1.54%38.24%-
HSV(B)300º3.03%38.82%-
XYZ11.5811.9213.49-
YUV97.24128.99129.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99969900.0300.613001.5438.24
Hex6360630303D12c226
Octal14314014303075454246
Binary110001111000001100011011011110110010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636063; }

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

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

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

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

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

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

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

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