#61776C

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

Shades of Sirocco #61776C

Tints of Sirocco #61776C

Color information

#61776C (or 0x61776C) is unknown color: approx Sirocco. HEX triplet: 61, 77 and 6C. RGB value is (97,119,108). Sum of RGB (Red+Green+Blue) = 97+119+108=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 119 - color contains mainly: green. Hex color #61776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61776C is #9E8893. Grayscale: #6F6F6F. Windows color (decimal): -10389652 or 7108449. OLE color: 7108449.

HSL color Cylindrical-coordinate representation of color #61776C: hue angle of 150º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #61776C is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB97119108-
CMYK0.1800.090.53
HSL150º10.19%42.35%-
HSV(B)150º18.49%46.67%-
XYZ14.2316.8216.68-
YUV111.17126.21117.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.94%
GREEN value IS 119 (46.88% from 255) = 36.73%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=29.94%
G=36.73%
B=33.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal971191080.1800.090.5315010.1942.35
Hex61776C12093596a2a
Octal14116715422011652261252
Binary1100001111011111011001001001001110101100101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61776C; }

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

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

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

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

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

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

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

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