#626164

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

Shades of Smoky #626164

Tints of Smoky #626164

Color information

#626164 (or 0x626164) is unknown color: approx Smoky. HEX triplet: 62, 61 and 64. RGB value is (98,97,100). Sum of RGB (Red+Green+Blue) = 98+97+100=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 100 - color contains mainly: blue. Hex color #626164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626164 is #9D9E9B. Grayscale: #616161. Windows color (decimal): -10329756 or 6578530. OLE color: 6578530.

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

Color convert

RGB9897100-
CMYK0.020.0300.61
HSL260º1.52%38.63%-
HSV(B)260º3%39.22%-
XYZ11.6112.0713.77-
YUV97.64129.33128.26-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.22%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 100 (39.45% from 255) = 33.90%
R=33.22%
G=32.88%
B=33.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal98971000.020.0300.612601.5238.63
Hex6261642303D104227
Octal14214114423075404247
Binary1100010110000111001001011011110110000010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626164; }

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

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

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

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

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

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

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

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