#616664

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

Shades of Sirocco #616664

Tints of Sirocco #616664

Color information

#616664 (or 0x616664) is unknown color: approx Sirocco. HEX triplet: 61, 66 and 64. RGB value is (97,102,100). Sum of RGB (Red+Green+Blue) = 97+102+100=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 102 - color contains mainly: green. Hex color #616664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616664 is #9E999B. Grayscale: #646464. Windows color (decimal): -10394012 or 6579809. OLE color: 6579809.

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

Color convert

RGB97102100-
CMYK0.0500.020.6
HSL156º2.51%39.02%-
HSV(B)156º4.9%40%-
XYZ11.9812.9613.93-
YUV100.28127.84125.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.44%
GREEN value IS 102 (40.23% from 255) = 34.11%
BLUE value IS 100 (39.45% from 255) = 33.44%
R=32.44%
G=34.11%
B=33.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal971021000.0500.020.61562.5139.02
Hex6166645023C9c327
Octal14114614450274234347
Binary1100001110011011001001010101111001001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616664; }

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

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

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

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

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

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

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

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