#64616D

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

Shades of Smoky #64616D

Tints of Smoky #64616D

Color information

#64616D (or 0x64616D) is unknown color: approx Smoky. HEX triplet: 64, 61 and 6D. RGB value is (100,97,109). Sum of RGB (Red+Green+Blue) = 100+97+109=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 109 - color contains mainly: blue. Hex color #64616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64616D is #9B9E92. Grayscale: #636363. Windows color (decimal): -10198675 or 7168356. OLE color: 7168356.

HSL color Cylindrical-coordinate representation of color #64616D: hue angle of 255º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #64616D is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10097109-
CMYK0.080.1100.57
HSL255º5.83%40.39%-
HSV(B)255º11.01%42.75%-
XYZ12.2912.3616.21-
YUV99.26133.49128.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.68%
GREEN value IS 97 (38.28% from 255) = 31.70%
BLUE value IS 109 (42.97% from 255) = 35.62%
R=32.68%
G=31.70%
B=35.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal100971090.080.1100.572555.8340.39
Hex64616D8B039ff628
Octal1441411551013071377650
Binary11001001100001110110110001011011100111111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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