#64626D

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

Shades of Smoky #64626D

Tints of Smoky #64626D

Color information

#64626D (or 0x64626D) is unknown color: approx Smoky. HEX triplet: 64, 62 and 6D. RGB value is (100,98,109). Sum of RGB (Red+Green+Blue) = 100+98+109=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 109 - color contains mainly: blue. Hex color #64626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64626D is #9B9D92. Grayscale: #636363. Windows color (decimal): -10198419 or 7168612. OLE color: 7168612.

HSL color Cylindrical-coordinate representation of color #64626D: hue angle of 250.91º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #64626D is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10098109-
CMYK0.080.1000.57
HSL250.91º5.31%40.59%-
HSV(B)250.91º10.09%42.75%-
XYZ12.3812.5516.24-
YUV99.85133.16128.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.57%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 109 (42.97% from 255) = 35.50%
R=32.57%
G=31.92%
B=35.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100981090.080.1000.57250.915.3140.59
Hex64626D8A039fb529
Octal1441421551012071373551
Binary11001001100010110110110001010011100111111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64626D; }

 p { color: rgb(100,98,109); }

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

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

 a { background-color: rgb(100,98,109); }

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

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

 span { border-color: rgb(100,98,109); }

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