#616064

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

Shades of Smoky #616064

Tints of Smoky #616064

Color information

#616064 (or 0x616064) is unknown color: approx Smoky. HEX triplet: 61, 60 and 64. RGB value is (97,96,100). Sum of RGB (Red+Green+Blue) = 97+96+100=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 100 - color contains mainly: blue. Hex color #616064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616064 is #9E9F9B. Grayscale: #606060. Windows color (decimal): -10395548 or 6578273. OLE color: 6578273.

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

Color convert

RGB9796100-
CMYK0.030.0400.61
HSL255º2.04%38.43%-
HSV(B)255º4%39.22%-
XYZ11.4111.8313.74-
YUV96.76129.83128.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.11%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 100 (39.45% from 255) = 34.13%
R=33.11%
G=32.76%
B=34.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal97961000.030.0400.612552.0438.43
Hex6160643403Dff226
Octal14114014434075377246
Binary1100001110000011001001110001111011111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616064; }

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

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

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

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

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

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

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

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