#607064

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

Shades of Sirocco #607064

Tints of Sirocco #607064

Color information

#607064 (or 0x607064) is unknown color: approx Sirocco. HEX triplet: 60, 70 and 64. RGB value is (96,112,100). Sum of RGB (Red+Green+Blue) = 96+112+100=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 112 - color contains mainly: green. Hex color #607064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607064 is #9F8F9B. Grayscale: #696969. Windows color (decimal): -10456988 or 6582368. OLE color: 6582368.

HSL color Cylindrical-coordinate representation of color #607064: hue angle of 135º 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 #607064 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB96112100-
CMYK0.1400.110.56
HSL135º7.69%40.78%-
HSV(B)135º14.29%43.92%-
XYZ12.921514.27-
YUV105.85124.7120.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.17%
GREEN value IS 112 (44.14% from 255) = 36.36%
BLUE value IS 100 (39.45% from 255) = 32.47%
R=31.17%
G=36.36%
B=32.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal961121000.1400.110.561357.6940.78
Hex607064E0B3887829
Octal14016014416013702071051
Binary110000011100001100100111001011111000100001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607064; }

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

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

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

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

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

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

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

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