#636163

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

Shades of Salt Box #636163

Tints of Salt Box #636163

Color information

#636163 (or 0x636163) is unknown color: approx Salt Box. HEX triplet: 63, 61 and 63. RGB value is (99,97,99). Sum of RGB (Red+Green+Blue) = 99+97+99=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #636163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636163 is #9C9E9C. Grayscale: #616161. Windows color (decimal): -10264221 or 6512995. OLE color: 6512995.

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

Color convert

RGB999799-
CMYK00.0200.61
HSL300º1.02%38.43%-
HSV(B)300º2.02%38.82%-
XYZ11.6712.113.53-
YUV97.83128.66128.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.56%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 99 (39.06% from 255) = 33.56%
R=33.56%
G=32.88%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99979900.0200.613001.0238.43
Hex6361630203D12c126
Octal14314114302075454146
Binary11000111100001110001101001111011001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636163; }

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

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

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

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

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

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

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

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