#61756C

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

Shades of Sirocco #61756C

Tints of Sirocco #61756C

Color information

#61756C (or 0x61756C) is unknown color: approx Sirocco. HEX triplet: 61, 75 and 6C. RGB value is (97,117,108). Sum of RGB (Red+Green+Blue) = 97+117+108=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 117 - color contains mainly: green. Hex color #61756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61756C is #9E8A93. Grayscale: #6E6E6E. Windows color (decimal): -10390164 or 7107937. OLE color: 7107937.

HSL color Cylindrical-coordinate representation of color #61756C: hue angle of 153º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #61756C is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB97117108-
CMYK0.1700.080.54
HSL153º9.35%41.96%-
HSV(B)153º17.09%45.88%-
XYZ1416.3516.6-
YUV109.99126.87118.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.12%
GREEN value IS 117 (46.09% from 255) = 36.34%
BLUE value IS 108 (42.58% from 255) = 33.54%
R=30.12%
G=36.34%
B=33.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal971171080.1700.080.541539.3541.96
Hex61756C1108369992a
Octal14116515421010662311152
Binary1100001111010111011001000101000110110100110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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