#60796C

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

Shades of Sirocco #60796C

Tints of Sirocco #60796C

Color information

#60796C (or 0x60796C) is unknown color: approx Sirocco. HEX triplet: 60, 79 and 6C. RGB value is (96,121,108). Sum of RGB (Red+Green+Blue) = 96+121+108=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 121 - color contains mainly: green. Hex color #60796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60796C is #9F8693. Grayscale: #707070. Windows color (decimal): -10454676 or 7108960. OLE color: 7108960.

HSL color Cylindrical-coordinate representation of color #60796C: hue angle of 148.8º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #60796C is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB96121108-
CMYK0.2100.110.53
HSL148.8º11.52%42.55%-
HSV(B)148.8º20.66%47.45%-
XYZ14.3717.2416.76-
YUV112.04125.72116.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 121 (47.66% from 255) = 37.23%
BLUE value IS 108 (42.58% from 255) = 33.23%
R=29.54%
G=37.23%
B=33.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal961211080.2100.110.53148.811.5242.55
Hex60796C150B3595c2b
Octal14017115425013652251453
Binary1100000111100111011001010101011110101100101011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,121,108); }

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

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

 a { background-color: rgb(96,121,108); }

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

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

 span { border-color: rgb(96,121,108); }

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