#646369

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

Shades of Smoky #646369

Tints of Smoky #646369

Color information

#646369 (or 0x646369) is unknown color: approx Smoky. HEX triplet: 64, 63 and 69. RGB value is (100,99,105). Sum of RGB (Red+Green+Blue) = 100+99+105=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 105 - color contains mainly: blue. Hex color #646369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646369 is #9B9C96. Grayscale: #636363. Windows color (decimal): -10198167 or 6906724. OLE color: 6906724.

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

Color convert

RGB10099105-
CMYK0.050.0600.59
HSL250º2.94%40%-
HSV(B)250º5.71%41.18%-
XYZ12.2712.6515.16-
YUV99.98130.83128.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.89%
GREEN value IS 99 (39.06% from 255) = 32.57%
BLUE value IS 105 (41.41% from 255) = 34.54%
R=32.89%
G=32.57%
B=34.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100991050.050.0600.592502.9440
Hex6463695603Bfa328
Octal14414315156073372350
Binary11001001100011110100110111001110111111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646369; }

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

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

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

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

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

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

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

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