#616964

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

Shades of Sirocco #616964

Tints of Sirocco #616964

Color information

#616964 (or 0x616964) is unknown color: approx Sirocco. HEX triplet: 61, 69 and 64. RGB value is (97,105,100). Sum of RGB (Red+Green+Blue) = 97+105+100=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 105 - color contains mainly: green. Hex color #616964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616964 is #9E969B. Grayscale: #666666. Windows color (decimal): -10393244 or 6580577. OLE color: 6580577.

HSL color Cylindrical-coordinate representation of color #616964: hue angle of 142.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #616964 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB97105100-
CMYK0.0800.050.59
HSL142.5º3.96%39.61%-
HSV(B)142.5º7.62%41.18%-
XYZ12.2813.5614.03-
YUV102.04126.85124.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.12%
GREEN value IS 105 (41.41% from 255) = 34.77%
BLUE value IS 100 (39.45% from 255) = 33.11%
R=32.12%
G=34.77%
B=33.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal971051000.0800.050.59142.53.9639.61
Hex6169648053B8e428
Octal141151144100573216450
Binary1100001110100111001001000010111101110001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616964; }

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

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

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

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

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

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

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

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