#617066

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

Shades of Sirocco #617066

Tints of Sirocco #617066

Color information

#617066 (or 0x617066) is unknown color: approx Sirocco. HEX triplet: 61, 70 and 66. RGB value is (97,112,102). Sum of RGB (Red+Green+Blue) = 97+112+102=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 112 - color contains mainly: green. Hex color #617066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617066 is #9E8F99. Grayscale: #6A6A6A. Windows color (decimal): -10391450 or 6713441. OLE color: 6713441.

HSL color Cylindrical-coordinate representation of color #617066: hue angle of 140º 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 #617066 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB97112102-
CMYK0.1300.090.56
HSL140º7.18%40.98%-
HSV(B)140º13.39%43.92%-
XYZ13.1215.0914.79-
YUV106.38125.53121.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.19%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 102 (40.23% from 255) = 32.80%
R=31.19%
G=36.01%
B=32.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal971121020.1300.090.561407.1840.98
Hex617066D09388c729
Octal1411601461501170214751
Binary11000011110000110011011010100111100010001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617066; }

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

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

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

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

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

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

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

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