#646368

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

Shades of Smoky #646368

Tints of Smoky #646368

Color information

#646368 (or 0x646368) is unknown color: approx Smoky. HEX triplet: 64, 63 and 68. RGB value is (100,99,104). Sum of RGB (Red+Green+Blue) = 100+99+104=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 104 - color contains mainly: blue. Hex color #646368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646368 is #9B9C97. Grayscale: #636363. Windows color (decimal): -10198168 or 6841188. OLE color: 6841188.

HSL color Cylindrical-coordinate representation of color #646368: hue angle of 252º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #646368 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10099104-
CMYK0.040.0500.59
HSL252º2.46%39.8%-
HSV(B)252º4.81%40.78%-
XYZ12.2212.6314.89-
YUV99.87130.33128.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.00%
GREEN value IS 99 (39.06% from 255) = 32.67%
BLUE value IS 104 (41.02% from 255) = 34.32%
R=33.00%
G=32.67%
B=34.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100991040.040.0500.592522.4639.8
Hex6463684503Bfc228
Octal14414315045073374250
Binary11001001100011110100010010101110111111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646368; }

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

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

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

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

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

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

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

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