#646163

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

Shades of Salt Box #646163

Tints of Salt Box #646163

Color information

#646163 (or 0x646163) is unknown color: approx Salt Box. HEX triplet: 64, 61 and 63. RGB value is (100,97,99). Sum of RGB (Red+Green+Blue) = 100+97+99=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 100 - color contains mainly: red. Hex color #646163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646163 is #9B9E9C. Grayscale: #626262. Windows color (decimal): -10198685 or 6512996. OLE color: 6512996.

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

Color convert

RGB1009799-
CMYK00.030.010.61
HSL320º1.52%38.63%-
HSV(B)320º3%39.22%-
XYZ11.7812.1613.53-
YUV98.12128.49129.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.78%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 99 (39.06% from 255) = 33.45%
R=33.78%
G=32.77%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100979900.030.010.613201.5238.63
Hex6461630313D140227
Octal14414114303175500247
Binary110010011000011100011011111110110100000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646163; }

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

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

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

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

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

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

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

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