#616A64

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

Shades of Sirocco #616A64

Tints of Sirocco #616A64

Color information

#616A64 (or 0x616A64) is unknown color: approx Sirocco. HEX triplet: 61, 6A and 64. RGB value is (97,106,100). Sum of RGB (Red+Green+Blue) = 97+106+100=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 106 - color contains mainly: green. Hex color #616A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616A64 is #9E959B. Grayscale: #666666. Windows color (decimal): -10392988 or 6580833. OLE color: 6580833.

HSL color Cylindrical-coordinate representation of color #616A64: hue angle of 140º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #616A64 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB97106100-
CMYK0.0800.060.58
HSL140º4.43%39.8%-
HSV(B)140º8.49%41.57%-
XYZ12.3813.7714.06-
YUV102.62126.52123.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.01%
GREEN value IS 106 (41.80% from 255) = 34.98%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=32.01%
G=34.98%
B=33.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal971061000.0800.060.581404.4339.8
Hex616A648063A8c428
Octal141152144100672214450
Binary1100001110101011001001000011011101010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616A64; }

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

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

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

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

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

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

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

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