#646366

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

Shades of Smoky #646366

Tints of Smoky #646366

Color information

#646366 (or 0x646366) is unknown color: approx Smoky. HEX triplet: 64, 63 and 66. RGB value is (100,99,102). Sum of RGB (Red+Green+Blue) = 100+99+102=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 102 - color contains mainly: blue. Hex color #646366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646366 is #9B9C99. Grayscale: #636363. Windows color (decimal): -10198170 or 6710116. OLE color: 6710116.

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

Color convert

RGB10099102-
CMYK0.020.0300.6
HSL260º1.49%39.41%-
HSV(B)260º2.94%40%-
XYZ12.1212.5914.36-
YUV99.64129.33128.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.22%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 102 (40.23% from 255) = 33.89%
R=33.22%
G=32.89%
B=33.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal100991020.020.0300.62601.4939.41
Hex6463662303C104127
Octal14414314623074404147
Binary110010011000111100110101101111001000001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646366; }

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

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

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

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

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

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

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

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