#616F68

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

Shades of Sirocco #616F68

Tints of Sirocco #616F68

Color information

#616F68 (or 0x616F68) is unknown color: approx Sirocco. HEX triplet: 61, 6F and 68. RGB value is (97,111,104). Sum of RGB (Red+Green+Blue) = 97+111+104=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 111 - color contains mainly: green. Hex color #616F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F68 is #9E9097. Grayscale: #6A6A6A. Windows color (decimal): -10391704 or 6844257. OLE color: 6844257.

HSL color Cylindrical-coordinate representation of color #616F68: hue angle of 150º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #616F68 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB97111104-
CMYK0.1300.060.56
HSL150º6.73%40.78%-
HSV(B)150º12.61%43.53%-
XYZ13.1114.9115.28-
YUV106.02126.86121.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.09%
GREEN value IS 111 (43.75% from 255) = 35.58%
BLUE value IS 104 (41.02% from 255) = 33.33%
R=31.09%
G=35.58%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal971111040.1300.060.561506.7340.78
Hex616F68D063896729
Octal141157150150670226751
Binary1100001110111111010001101011011100010010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,111,104); }

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

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

 a { background-color: rgb(97,111,104); }

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

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

 span { border-color: rgb(97,111,104); }

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