#616B66

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

Shades of Sirocco #616B66

Tints of Sirocco #616B66

Color information

#616B66 (or 0x616B66) is unknown color: approx Sirocco. HEX triplet: 61, 6B and 66. RGB value is (97,107,102). Sum of RGB (Red+Green+Blue) = 97+107+102=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 107 - color contains mainly: green. Hex color #616B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B66 is #9E9499. Grayscale: #676767. Windows color (decimal): -10392730 or 6712161. OLE color: 6712161.

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

Color convert

RGB97107102-
CMYK0.0900.050.58
HSL150º4.9%40%-
HSV(B)150º9.35%41.96%-
XYZ12.5914.0214.61-
YUV103.44127.19123.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.70%
GREEN value IS 107 (42.19% from 255) = 34.97%
BLUE value IS 102 (40.23% from 255) = 33.33%
R=31.70%
G=34.97%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal971071020.0900.050.581504.940
Hex616B669053A96528
Octal141153146110572226550
Binary1100001110101111001101001010111101010010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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