#60736B

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

Shades of Sirocco #60736B

Tints of Sirocco #60736B

Color information

#60736B (or 0x60736B) is unknown color: approx Sirocco. HEX triplet: 60, 73 and 6B. RGB value is (96,115,107). Sum of RGB (Red+Green+Blue) = 96+115+107=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 115 - color contains mainly: green. Hex color #60736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60736B is #9F8C94. Grayscale: #6C6C6C. Windows color (decimal): -10456213 or 7041888. OLE color: 7041888.

HSL color Cylindrical-coordinate representation of color #60736B: hue angle of 154.74º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #60736B is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB96115107-
CMYK0.1700.070.55
HSL154.74º9%41.37%-
HSV(B)154.74º16.52%45.1%-
XYZ13.6115.8116.24-
YUV108.41127.21119.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.19%
GREEN value IS 115 (45.31% from 255) = 36.16%
BLUE value IS 107 (42.19% from 255) = 33.65%
R=30.19%
G=36.16%
B=33.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal961151070.1700.070.55154.74941.37
Hex60736B1107379b929
Octal1401631532107672331151
Binary110000011100111101011100010111110111100110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60736B; }

 p { color: rgb(96,115,107); }

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

<style>
 a { background-color: #60736B; }

 a { background-color: rgb(96,115,107); }

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

<style>
 span { border-color: #60736B; }

 span { border-color: rgb(96,115,107); }

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