#607F6D

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

Shades of Sirocco #607F6D

Tints of Sirocco #607F6D

Color information

#607F6D (or 0x607F6D) is unknown color: approx Sirocco. HEX triplet: 60, 7F and 6D. RGB value is (96,127,109). Sum of RGB (Red+Green+Blue) = 96+127+109=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 127 - color contains mainly: green. Hex color #607F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607F6D is #9F8092. Grayscale: #737373. Windows color (decimal): -10453139 or 7176032. OLE color: 7176032.

HSL color Cylindrical-coordinate representation of color #607F6D: hue angle of 145.16º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #607F6D is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB96127109-
CMYK0.2400.140.50
HSL145.16º13.9%43.73%-
HSV(B)145.16º24.41%49.8%-
XYZ15.1718.7717.29-
YUV115.68124.23113.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 127 (50% from 255) = 38.25%
BLUE value IS 109 (42.97% from 255) = 32.83%
R=28.92%
G=38.25%
B=32.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal961271090.2400.140.50145.1613.943.73
Hex607F6D180E3291e2c
Octal14017715530016622211654
Binary1100000111111111011011100001110110010100100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607F6D; }

 p { color: rgb(96,127,109); }

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

<style>
 a { background-color: #607F6D; }

 a { background-color: rgb(96,127,109); }

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

<style>
 span { border-color: #607F6D; }

 span { border-color: rgb(96,127,109); }

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