#60756A

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

Shades of Sirocco #60756A

Tints of Sirocco #60756A

Color information

#60756A (or 0x60756A) is unknown color: approx Sirocco. HEX triplet: 60, 75 and 6A. RGB value is (96,117,106). Sum of RGB (Red+Green+Blue) = 96+117+106=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 117 - color contains mainly: green. Hex color #60756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60756A is #9F8A95. Grayscale: #6D6D6D. Windows color (decimal): -10455702 or 6976864. OLE color: 6976864.

HSL color Cylindrical-coordinate representation of color #60756A: hue angle of 148.57º 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 #60756A is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB96117106-
CMYK0.1800.090.54
HSL148.57º9.86%41.76%-
HSV(B)148.57º17.95%45.88%-
XYZ13.7916.2516.05-
YUV109.47126.04118.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.09%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=30.09%
G=36.68%
B=33.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961171060.1800.090.54148.579.8641.76
Hex60756A12093695a2a
Octal14016515222011662251252
Binary1100000111010111010101001001001110110100101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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