#616C64

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

Shades of Sirocco #616C64

Tints of Sirocco #616C64

Color information

#616C64 (or 0x616C64) is unknown color: approx Sirocco. HEX triplet: 61, 6C and 64. RGB value is (97,108,100). Sum of RGB (Red+Green+Blue) = 97+108+100=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 108 - color contains mainly: green. Hex color #616C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616C64 is #9E939B. Grayscale: #676767. Windows color (decimal): -10392476 or 6581345. OLE color: 6581345.

HSL color Cylindrical-coordinate representation of color #616C64: hue angle of 136.36º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #616C64 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB97108100-
CMYK0.1000.070.58
HSL136.36º5.37%40.2%-
HSV(B)136.36º10.19%42.35%-
XYZ12.5914.1914.13-
YUV103.8125.86123.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.80%
GREEN value IS 108 (42.58% from 255) = 35.41%
BLUE value IS 100 (39.45% from 255) = 32.79%
R=31.80%
G=35.41%
B=32.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal971081000.1000.070.58136.365.3740.2
Hex616C64A073A88528
Octal141154144120772210550
Binary1100001110110011001001010011111101010001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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