#60756C

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

Shades of Sirocco #60756C

Tints of Sirocco #60756C

Color information

#60756C (or 0x60756C) is unknown color: approx Sirocco. HEX triplet: 60, 75 and 6C. RGB value is (96,117,108). Sum of RGB (Red+Green+Blue) = 96+117+108=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 117 - color contains mainly: green. Hex color #60756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60756C is #9F8A93. Grayscale: #6D6D6D. Windows color (decimal): -10455700 or 7107936. OLE color: 7107936.

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

Color convert

RGB96117108-
CMYK0.1800.080.54
HSL154.29º9.86%41.76%-
HSV(B)154.29º17.95%45.88%-
XYZ13.8916.2916.6-
YUV109.7127.04118.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.91%
GREEN value IS 117 (46.09% from 255) = 36.45%
BLUE value IS 108 (42.58% from 255) = 33.64%
R=29.91%
G=36.45%
B=33.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961171080.1800.080.54154.299.8641.76
Hex60756C1208369aa2a
Octal14016515422010662321252
Binary1100000111010111011001001001000110110100110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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