#607063

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

Shades of Sirocco #607063

Tints of Sirocco #607063

Color information

#607063 (or 0x607063) is unknown color: approx Sirocco. HEX triplet: 60, 70 and 63. RGB value is (96,112,99). Sum of RGB (Red+Green+Blue) = 96+112+99=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 112 - color contains mainly: green. Hex color #607063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607063 is #9F8F9C. Grayscale: #696969. Windows color (decimal): -10456989 or 6516832. OLE color: 6516832.

HSL color Cylindrical-coordinate representation of color #607063: hue angle of 131.25º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #607063 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB9611299-
CMYK0.1400.120.56
HSL131.25º7.69%40.78%-
HSV(B)131.25º14.29%43.92%-
XYZ12.8714.9814.02-
YUV105.73124.2121.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 99 (39.06% from 255) = 32.25%
R=31.27%
G=36.48%
B=32.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96112990.1400.120.56131.257.6940.78
Hex607063E0C3883829
Octal14016014316014702031051
Binary110000011100001100011111001100111000100000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607063; }

 p { color: rgb(96,112,99); }

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

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

 a { background-color: rgb(96,112,99); }

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

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

 span { border-color: rgb(96,112,99); }

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